[]
        
(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)
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)
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.