this Property
this[int, int]
Gets or sets z-value of data by specified row and column.
Declaration
public double this[int i, int j] { get; set; }
Public Default Property Item(i As Integer, j As Integer) As Double
Parameters
| Type |
Name |
Description |
| int |
i |
|
| int |
j |
|
See Also