Expand the given band in a hierarchical grid.
[Visual Basic]
Public Function ExpandBand( _
ByVal band As Integer _
) As Boolean
[C#]
public bool ExpandBand(
int band
);
[Delphi]
public function ExpandBand(
band: Int32
): Boolean;
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |