Excel for WPF and Silverlight
Item Property (XLColumnCollection)

C1.WPF.Excel Namespace > XLColumnCollection Class : Item Property
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

Reference

XLColumnCollection Class
XLColumnCollection Members