ComponentOne True DBGrid for WinForms
Item(String) Property

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1DataColumnCollection Class > Item Property : Item(String) Property
Gets the specified C1DataColumn from the collection with the specified name.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As C1DataColumn
public C1DataColumn Item( 
   System.string name
) {get;}

Parameters

name
See Also

Reference

C1DataColumnCollection Class
C1DataColumnCollection Members
Overload List