Returns a reference to the XLColumn object at the specified
index.
Namespace:
C1.Silverlight.ExcelAssembly: C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)
Syntax
C# |
---|
public XLColumn this[ int index ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As XLColumn Get |
Parameters
- index
- Type: System..::..Int32
Remarks
The indexer will create a new XLColumn object at the
specified position if necessary. It never returns null.