ExpandAllfunction
Expands all rows of the specified band within the MSHFlexGrid.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Syntax
FUNCTION ExpandAll (BYVAL BandNumber AS LONG = -1) AS HRESULT
Parameters
| Name | Description | |
|---|---|---|
BandNumber | The band to expand. If omitted or set to –1, all bands are expanded. |
Description
Expands all rows in the grid according to the specified band. If no band is specified, all rows in all bands are expanded.
Example
' Expand all rows in all bands grid.ExpandAll
' Expand only band 1 grid.ExpandAll 1
Reference
- Documented in Windows/Windows GUI/MSHFlexGrid Class.md
- Topic: Microsoft Hierarchical Grid