FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / IBandCollection Interface / Item Property
Banded column name.

In This Topic
    Item Property (IBandCollection)
    In This Topic
    Gets IBand item from the collection by the name.
    Syntax
    'Declaration
     
    
    ReadOnly Default Property Item( _
       ByVal name As String _
    ) As IBand
    IBand this[ 
       string name
    ]; {get;}

    Parameters

    name
    Banded column name.

    Property Value

    A new band if successful, otherwise - null.
    See Also