Gets or sets the value of a specific cell.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
public virtual Object this[ int row, Column col ] { get; set; } |
Visual Basic |
---|
Public Overridable Default Property Item ( _ row As Integer, _ col As Column _ ) As Object Get Set |
Parameters
- row
- Type: System..::..Int32
Index of the row that contains the cell.
- col
- Type: C1.Silverlight.FlexGrid..::..Column
Column that contains the cell.