ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1DisplayColumnCollection.IndexOf Method (C1DisplayColumn)

Gets the index of the C1DisplayColumn.

[Visual Basic]

Overloads Public Function IndexOf( _

ByVal vc As C1DisplayColumn _

) As Integer

[C#]

public int IndexOf(

C1DisplayColumn vc

);

[Delphi]

public function IndexOf(

vc: C1DisplayColumn

): Int32; overload;

Parameters

vc

The C1DisplayColumn 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.