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

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.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