Sets z-value of data by specified row and column.
Syntax
'Declaration
Public Sub SetValue( _
ByVal column As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Double _
)
public void SetValue(
System.int column,
System.int ,
System.double
)
Parameters
- column
- The column index.
- row
- The row index.
- value
- The z-value at specified row and column.
See Also