ComponentOne True DBGrid for WinForms
Item(Int32) Property

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1DataColumnCollection Class > Item Property : Item(Int32) Property
Gets the specified C1DataColumn from the collection at the specified index.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal index As System.Integer _
) As C1DataColumn
public C1DataColumn Item( 
   System.int index
) {get; set;}

Parameters

index
See Also

Reference

C1DataColumnCollection Class
C1DataColumnCollection Members
Overload List