DataPA Enterprise Dashboard Controls API Reference
Removes all SummaryColumns from this collection.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public bool RemoveAll()
Visual Basic
Public Function RemoveAll As Boolean
Visual C++
public:
virtual bool RemoveAll() sealed

Return Value

Type: Boolean
True if all SummaryColumns are removed from this collection.

Remarks