'Declaration Public Function GetRowValue( _ ByVal row As System.Integer _ ) As System.Double
public System.double GetRowValue( System.int row )
Parameters
- row
- Row index.
Return Value
The Y value associated with the specified indexed row.
'Declaration Public Function GetRowValue( _ ByVal row As System.Integer _ ) As System.Double
public System.double GetRowValue( System.int row )