'宣言 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
- 列インデックス。
- row
- 行インデックス。
- value
- 指定された行と列の位置にある z 値。