FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / BandCollection Class / Item Property / Item(String) Property
Banded column name.

In This Topic
    Item(String) Property
    In This Topic
    Gets IBand item from the collection by the name.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As IBand
    public IBand Item( 
       string name
    ) {get;}

    Parameters

    name
    Banded column name.

    Property Value

    A band if successful, otherwise - null.
    See Also