Namespace:
C1.Silverlight.FlexGrid
Assembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Assembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
public void SetRange( int row, int col, int row2, int col2 ) |
Visual Basic |
---|
Public Sub SetRange ( _ row As Integer, _ col As Integer, _ row2 As Integer, _ col2 As Integer _ ) |
Parameters
- row
- Type: System..::..Int32
Value to assign to the Row property.
- col
- Type: System..::..Int32
Value to assign to the Column property.
- row2
- Type: System..::..Int32
Value to assign to the Row2 property.
- col2
- Type: System..::..Int32
Value to assign to the Column2 property.