ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLColumnCollection Class / Item Property

In This Topic
    Item Property (XLColumnCollection)
    In This Topic
    Returns a reference to the XLColumn object at the specified index.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As XLColumn
    public XLColumn this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    Remarks
    The indexer will create a new XLColumn object at the specified position if necessary. It never returns null.
    See Also