ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

GridStyleCollection.IndexOf Method

Gets the index of the specified Style.

[Visual Basic]

Public Function IndexOf( _

ByVal style As C1.Win.C1TrueDBGrid.Style _

) As Integer

[C#]

public int IndexOf(

C1.Win.C1TrueDBGrid.Style style

);

[Delphi]

public function IndexOf(

style: C1.Win.C1TrueDBGrid.Style

): Int32;

Parameters

style

The Style to index.

Return Value

The index of the Style.

See Also

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


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