ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / CellRangeCollection Class / CellRangeCollection Constructor
Grid that owns the collection.

In This Topic
    CellRangeCollection Constructor
    In This Topic
    Initializes a new instance of a CellRangeCollection.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal flexGrid As C1FlexGrid _
    )
    public CellRangeCollection( 
       C1FlexGrid flexGrid
    )

    Parameters

    flexGrid
    Grid that owns the collection.
    See Also