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

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public void SetRange(
	int row,
	int col
)
Visual Basic
Public Sub SetRange ( _
	row As Integer, _
	col As Integer _
)

Parameters

row
Type: System..::..Int32
Value to assign to the Row and Row2 properties.
col
Type: System..::..Int32
Value to assign to the Column and Column2 properties.

See Also