ComponentOne FlexGrid for UWP
SetRange(Int32,Int32) Method

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > CellRange Structure > SetRange Method : SetRange(Int32,Int32) Method
Value to assign to the Row and Row2 properties.
Value to assign to the Column and Column2 properties.
Sets the value of the Row, Row2, Column, and Column2 properties.
Syntax
'Declaration
 
Public Overloads Sub SetRange( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) 
public void SetRange( 
   System.int row,
   System.int col
)

Parameters

row
Value to assign to the Row and Row2 properties.
col
Value to assign to the Column and Column2 properties.
See Also

Reference

CellRange Structure
CellRange Members
Overload List