'宣言 Public ReadOnly Default Property Item( _ ByVal row As System.Integer, _ ByVal column As System.Integer _ ) As ExpressionViewCell
public ExpressionViewCell this[ System.int row, System.int column ]; {get;}
パラメータ
- row
- セルの行インデックスを示す整数値。
- column
- セルの列インデックスを示す整数値。