Initializes a new instance of a CellRange containing a single cell.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
public CellRange( int row, int col ) |
Visual Basic |
---|
Public Sub New ( _ row As Integer, _ col As Integer _ ) |
Parameters
- row
- Type: System..::..Int32
Index of the cell row.
- col
- Type: System..::..Int32
Index of the cell column.