Gets value from the specified column.SYNTAXpublic object GetValue (Row row)PARAMETERSrow — RowDefines index of the required column.RETURNobject Returns the value of the referenced column, or null if it doesn't exist in the selected range.