Removes all vertical splits at the given index.
[Visual Basic]
Public Sub RemoveVerticalSplit( _
ByVal idx As Integer _
)
[C#]
public void RemoveVerticalSplit(
int idx
);
[Delphi]
public procedure RemoveVerticalSplit(
idx: Int32
);
Remarks
By default, the grid has one vertical split.
Example
The following code removes the split with an index of 5:
Me.C1TrueDBGrid1.RemoveVerticalSplit(5)
· C#
this.c1TrueDBGrid1.RemoveVerticalSplit(5);
· Delphi
Self.C1TrueDBGrid1.RemoveVerticalSplit(5);
For additional information on using styles, see Creating and Removing Splits.
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |