ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1TrueDBGrid.InsertHorizontalSplit Method

Inserts new horizontal splits at the given position.

[Visual Basic]

Public Sub InsertHorizontalSplit( _

ByVal idx As Integer _

)

[C#]

public void InsertHorizontalSplit(

int idx

);

[Delphi]

public procedure InsertHorizontalSplit(

idx: Int32

);

Example

The following code inserts a horizontal split before the first split:

·      Visual Basic

       Me.C1TrueDBGrid1.InsertHorizontalSplit(0)

·      C#

       this.c1TrueDBGrid1.InsertHorizontalSplit(0);

·      Delphi

       Self.C1TrueDBGrid1.InsertHorizontalSplit(0);

See Also

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


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