'Declaration Public Function GetColumnValue( _ ByVal col As System.Integer _ ) As System.Double
public System.double GetColumnValue( System.int col )
Parameters
- col
- Column index.
Return Value
The x value associated with the specified indexed column.
'Declaration Public Function GetColumnValue( _ ByVal col As System.Integer _ ) As System.Double
public System.double GetColumnValue( System.int col )