[]
Returns the Y value associated with the specified indexed row.
public double GetRowValue(int row)
Public Function GetRowValue(row As Integer) As Double
| Type | Name | Description |
|---|---|---|
| int | row | Row index. |
| Type | Description |
|---|---|
| double | The Y value associated with the specified indexed row. |