ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1DisplayColumnCollection.IndexOf Method (C1DataColumn)

Gets the index of the C1DisplayColumn specified by the C1DataColumn.

[Visual Basic]

Overloads Public Function IndexOf( _

ByVal dc As C1DataColumn _

) As Integer

[C#]

public int IndexOf(

C1DataColumn dc

);

[Delphi]

public function IndexOf(

dc: C1DataColumn

): Int32; overload;

Parameters

dc

The C1DisplayColumn specified by the C1DataColumn to index.

Return Value

The index of the C1DisplayColumn.

See Also

C1DisplayColumnCollection Class | C1DisplayColumnCollection Members | C1.Win.C1TrueDBGrid Namespace | C1DisplayColumnCollection.IndexOf Overload List


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