ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1DataColumnCollection.IndexOf Method

Gets the index of the specified C1DataColumn.

[Visual Basic]

Public Function IndexOf( _

ByVal dc As C1DataColumn _

) As Integer

[C#]

public int IndexOf(

C1DataColumn dc

);

[Delphi]

public function IndexOf(

dc: C1DataColumn

): Int32;

Parameters

dc

Return Value

The index of the the C1DataColumn.

See Also

C1DataColumnCollection Class | C1DataColumnCollection Members | C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.