Sets the value assigned by the parameter to the Collapsed property.

Namespace:  PerpetuumSoft.Olap.Windows.Forms
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public void SetAllCollapsed(
	bool isCollapse
)
Visual Basic (Declaration)
Public Sub SetAllCollapsed ( _
	isCollapse As Boolean _
)
Visual C++
public:
void SetAllCollapsed(
	bool isCollapse
)

Parameters

isCollapse
Type: System..::.Boolean

See Also