Click or drag to resize
SummaryColumnsRemove Method (String) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Removes a SummaryColumn from this collection.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool Remove(
	string ColumnName
)

Parameters

ColumnName
Type: SystemString
The ColumnName of the SummaryColumn to remove from this collection.

Return Value

Type: Boolean
Remarks