Gets or sets the data stored in this row at a specific column.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.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.