ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

SplitCollection.IndexOf Method

Gets the index if the specified Split.

[Visual Basic]

Public Function IndexOf( _

ByVal v As View _

) As Integer

[C#]

public int IndexOf(

View v

);

[Delphi]

public function IndexOf(

v: View

): Int32;

Parameters

v

The Split to index.

Return Value

The index of the specified Split.

See Also

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


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