[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.C1DataColumnCollection.Item

this Property

this[int]

Gets the specified C1DataColumn from the collection at the specified index.

Declaration
public C1DataColumn this[int index] { get; set; }
Parameters
Type Name Description
int index

this[string]

Gets the specified C1DataColumn from the collection with the specified name.

Declaration
public C1DataColumn this[string name] { get; }
Parameters
Type Name Description
string name