[]
Returns the X value associated with the specified indexed column.
public double GetColumnValue(int col)
Public Function GetColumnValue(col As Integer) As Double
| Type | Name | Description |
|---|---|---|
| int | col | Column index. |
| Type | Description |
|---|---|
| double | The x value associated with the specified indexed column. |