Gets value from the specified column.


SYNTAX


public object GetValue (int columnIndex)


PARAMETERS


columnIndex — int

Defines index of the required column.


RETURN


object Returns the value of the referenced column, or null if it doesn't exist in the selected range.