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[ Column col ] { get; set; } |
Visual Basic |
---|
<BrowsableAttribute(False)> _ Public Default Property Item ( _ col As Column _ ) As Object Get Set |
Parameters
- col
- Type: C1.Phone.FlexGrid..::..Column
Column that contains the data.