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