Gets or sets the data stored in this row at a specific column.
Namespace:
C1.Phone.FlexGridAssembly: C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] public Object this[ string colName ] { get; set; } |
Visual Basic |
---|
<BrowsableAttribute(False)> _ Public Default Property Item ( _ colName As String _ ) As Object Get Set |
Parameters
- colName
- Type: System..::..String
Name of the Column that contains the data.
Return Value
The data stored in this row at a specific column.
Remarks
Columns are identified by their ColumnName property.