FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / CellRangeReference Class / CellRangeReference Constructor

In This Topic
    CellRangeReference Constructor
    In This Topic
    Instantiate a cell range reference.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal grid As C1FlexGrid, _
       ByVal rng As CellRange _
    )
    public CellRangeReference( 
       C1FlexGrid grid,
       CellRange rng
    )

    Parameters

    grid
    rng
    See Also