ComponentOne FlexGrid for WinForms
Item Property (ColumnCollection)

C1.Win.C1FlexGrid Namespace > ColumnCollection Class : Item Property
Gets the Column at the specified index.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Column
public new Column this[ 
   int index
]; {get;}

Parameters

index
See Also

Reference

ColumnCollection Class
ColumnCollection Members