[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.CellRange.SetRange

SetRange Method

SetRange(int, int)

Sets the value of the Row, Row2, Column, and Column2 properties.

Declaration
public void SetRange(int row, int col)
Public Sub SetRange(row As Integer, col As Integer)
Parameters
Type Name Description
int row

Value to assign to the Row and Row2 properties.

int col

Value to assign to the Column and Column2 properties.

SetRange(int, int, int, int)

Sets the value of the Row, Row2, Column, and Column2 properties.

Declaration
public void SetRange(int row, int col, int row2, int col2)
Public Sub SetRange(row As Integer, col As Integer, row2 As Integer, col2 As Integer)
Parameters
Type Name Description
int row

Value to assign to the Row property.

int col

Value to assign to the Column property.

int row2

Value to assign to the Row2 property.

int col2

Value to assign to the Column2 property.