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