ComponentOne FlexGrid for UWP
CellRange Constructor(Int32,Int32)

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > CellRange Structure > CellRange Constructor : CellRange Constructor(Int32,Int32)
Index of the cell row.
Index of the cell column.
Initializes a new instance of a CellRange containing a single cell.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
)
public CellRange( 
   System.int row,
   System.int col
)

Parameters

row
Index of the cell row.
col
Index of the cell column.
See Also

Reference

CellRange Structure
CellRange Members
Overload List