GetValue (Row row)
method
Gets value from the specified column.
Syntax
public object GetValue (Row row)
Parameters
row — Row
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.
Discussion
Join PTMC community to post your comments
NETColumn methods
- Alert (object[] args)
- Comment (object[] args)
- Complete ()
- ConvertUTCTimeToSelectedTimeZone (DateTime timeUTC)
- CreateTimer (TimerCallback callback)
- CreateTimer (TimerCallback callback, object state, int dueTime, int period)
- CreateTimer (TimerCallback callback, object state, long dueTime, long period)
- CreateTimer (TimerCallback callback, object state, TimeSpan dueTime, TimeSpan period)
- CreateTimer (TimerCallback callback, object state, uint dueTime, uint period)
- Dispose ()
- FormatValue (object value, Row row)
- GetHistoricalData (HistoricalDataRequest request)
- GetLastError ()
- GetLastErrorDescription ()
- Init ()
- IsTesting ()
- OnClick (Row row)
- OnPaintChart (object sender, PaintChartEventArgs args)
- PlaySound (string fileName)
- Print (object[] args)
- QueueUserWorkItem (WaitCallback callBack)
- QueueUserWorkItem (WaitCallback callBack, object state)
- QueueUserWorkItem (WaitCallback callBack, object state, ApartmentState apartmentState)
- SendEmail (string address, string subject, string body, string filename)
- SendEmail (string address, string subject, string body)
- SendEmail (string subject, string body)
NETColumn properties
NETColumn fields