ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / CellRangeCollection Class / Add Method / Add(CellRange) Method
Object to add to the collection.

In This Topic
    Add(CellRange) Method
    In This Topic
    Adds a new CellRange object to the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal value As CellRange _
    ) As Integer
    public int Add( 
       CellRange value
    )

    Parameters

    value
    Object to add to the collection.

    Return Value

    The index of the object in the collection.
    See Also