Gets or sets z-value of data by specified row and column.
'Declaration
Public Default Property Item( _
ByVal column As System.Integer, _
ByVal As System.Integer _
) As System.Double
public System.double this[
System.int column,
System.int
]; {get; set;}
Parameters
- column
- The column index.
- row
- The row index.
Property Value
The z-value at the specified row and column.