Help Center

ExpandAllfunction

Expands all rows of the specified band within the MSHFlexGrid.

Windowsfunctiondoc-orphan
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

NameDescription
BandNumberThe 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