Item Property (ColumnCollection)
In This Topic
Gets the
Column object at a given index in the collection.
Syntax
'Declaration
Public Shadows ReadOnly Default Property Item( _
ByVal As System.Integer _
) As Column
public new Column this[
System.int
]; {get;}
Parameters
- index
See Also