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# |
---|
public Object this[ int colIndex ] { get; set; } |
Visual Basic |
---|
Public Default Property Item ( _ colIndex As Integer _ ) As Object Get Set |
Parameters
- colIndex
- Type: System..::..Int32
Index of the Column that contains the data.