Gets or sets z-value of data by specified row and column.
'宣言
Public Default Property Item( _
ByVal column As System.Integer, _
ByVal 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)
public System.double this[
System.int column,
System.int
]; {get; set;}
パラメータ
- column
- The column index.
- row
- The row index.
プロパティ値
The z-value at the specified row and column.