Excel for WinRT
Item Property (XLColumnCollection)


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
'Usage
 
Dim instance As XLColumnCollection
Dim index As System.Integer
Dim value As XLColumn
 
value = instance.Item(index)
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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback