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 As System.Integer _
) As XLColumn
public XLColumn this[
System.int
]; {get;}
Parameters
- index
See Also