'宣言 Public Sub SetValue( _ ByVal column As System.Integer, _ ByVal row As System.Integer, _ ByVal value As System.Double _ )
'使用法 Dim instance As Chart3DDataSetGrid Dim column As System.Integer Dim row As System.Integer Dim value As System.Double instance.SetValue(column, row, value)
パラメータ
- column
- The column index.
- row
- The row index.
- value
- The z-value at specified row and column.