'宣言 Public Default Property Item( _ ByVal column As System.Integer, _ ByVal row As System.Integer _ ) As System.Double
'使用法 Dim instance As Chart3DDataSetGrid Dim column As System.Integer Dim row As System.Integer Dim value As System.Double instance.Item(column, row) = value value = instance.Item(column, row)
パラメータ
- column
- 列インデックス。
- row
- 行インデックス。