GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > ExpressionView クラス : GetLightweightCell メソッド |
'Declaration
Public Function GetLightweightCell( _ ByVal row As Integer, _ ByVal column As Integer _ ) As ExpressionViewCell
'使用法
Dim instance As ExpressionView Dim row As Integer Dim column As Integer Dim value As ExpressionViewCell value = instance.GetLightweightCell(row, column)
public ExpressionViewCell GetLightweightCell( int row, int column )