ComponentOne FlexGrid for UWP
CellRange Constructor(Int32,Int32,Int32,Int32)

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > CellRange Structure > CellRange Constructor : CellRange Constructor(Int32,Int32,Int32,Int32)
Index of the first row in the range.
Index of the last row in the range.
Index of the first column in the range.
Index of the last column in the range.
Initializes a new instance of a CellRange.
Syntax
'Declaration
 
Public Function New( _
   ByVal row1 As System.Integer, _
   ByVal col1 As System.Integer, _
   ByVal row2 As System.Integer, _
   ByVal col2 As System.Integer _
)
public CellRange( 
   System.int row1,
   System.int col1,
   System.int row2,
   System.int col2
)

Parameters

row1
Index of the first row in the range.
col1
Index of the last row in the range.
row2
Index of the first column in the range.
col2
Index of the last column in the range.
See Also

Reference

CellRange Structure
CellRange Members
Overload List