[]
        
(Showing Draft Content)

C1.Excel.XLColumnCollection.Item

this Property

this[int]

Returns a reference to the XLColumn object at the specified index.

Declaration
public XLColumn this[int index] { get; }
Parameters
Type Name Description
int index
Remarks

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