FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellRange Structure / SetRange Method / SetRange(Int32,Int32,Int32,Int32) Method
Value to assign to the Row property.
Value to assign to the Column property.
Value to assign to the Row2 property.
Value to assign to the Column2 property.

In This Topic
    SetRange(Int32,Int32,Int32,Int32) Method
    In This Topic
    Sets the value of the Row, Row2, Column, and Column2 properties.
    Syntax
    'Declaration
     
    Public Overloads Sub SetRange( _
       ByVal row As Integer, _
       ByVal col As Integer, _
       ByVal row2 As Integer, _
       ByVal col2 As Integer _
    ) 
    public void SetRange( 
       int row,
       int col,
       int row2,
       int col2
    )

    Parameters

    row
    Value to assign to the Row property.
    col
    Value to assign to the Column property.
    row2
    Value to assign to the Row2 property.
    col2
    Value to assign to the Column2 property.
    See Also