Gets the raw (unformatted) value stored in this row at a given column.
Namespace:
C1.Phone.FlexGridAssembly: C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)
Syntax
| C# |
|---|
public virtual Object GetDataRaw( Column col ) |
| Visual Basic |
|---|
Public Overridable Function GetDataRaw ( _ col As Column _ ) As Object |
Parameters
- col
- Type: C1.Phone.FlexGrid..::..Column
Column that contains the value.