Inserts vertical splits at the given position.
[Visual Basic]
Public Sub InsertVerticalSplit( _
ByVal idx As Integer _
)
[C#]
public void InsertVerticalSplit(
int idx
);
[Delphi]
public procedure InsertVerticalSplit(
idx: Int32
);
Example
The following code inserts a horizontal split before the first split:
Me.C1TrueDBGrid1.InsertVerticalSplit(0)
· C#
this.c1TrueDBGrid1.InsertVerticalSplit(0);
· Delphi
Self.C1TrueDBGrid1.InsertVerticalSplit(0);
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |