[]
Sets z-value of data by specified row and column.
public void SetValue(int column, int row, double value)
Public Sub SetValue(column As Integer, row As Integer, value As Double)
| Type | Name | Description |
|---|---|---|
| int | column | The column index. |
| int | row | The row index. |
| double | value | The z-value at specified row and column. |