FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / CellRangeCollection Class / Item Property

In This Topic
    Item Property (CellRangeCollection)
    In This Topic
    Gets or sets the CellRange object at a specified index.
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As CellRange
    public CellRange this[ 
       int index
    ]; {get;}

    Parameters

    index
    See Also