'宣言 Public Function GetLightweightCell( _ ByVal row As System.Integer, _ ByVal column As System.Integer _ ) As ExpressionViewCell
public ExpressionViewCell GetLightweightCell( System.int row, System.int column )
パラメータ
- row
- セルの行インデックスを示す整数値。
- column
- セルの列インデックスを示す整数値。
戻り値の型
セルを表すExpressionViewCellインスタンス。