Row
class
Represen access to selected row.
Properties
Account Account | Gets Account object for the row (if exist, otherways null) |
Columns int | Get numbers of columns in panel. |
Instrument Instrument | Gets Instrument object for the row (if exist, otherways null) |
Methods
GetColumnName (int columnIndex) Return: string | Returns column name |
GetValue (int columnIndex) Return: object | Gets value from the specified column. |
GetValue (string columnName) Return: object | Gets value from the specified column. |
GetValueFormatted (int columnIndex) Return: string | Gets formatted value from the specified column. |
GetValueFormatted (string columnName) Return: string | Gets formatted value from the specified column. |