Click or drag to resize
CalculatedColumnsAdd Method (CalculatedColumn, Boolean) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Adds a CalculatedColumn to this collection.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public void Add(
	CalculatedColumn CalculatedColumn,
	bool Selected
)

Parameters

CalculatedColumn
Type: DataPAEnterpriseDashboardCalculatedColumn
The object you wish to add to the collection.
Selected
Type: SystemBoolean
True if you wish the object to be selected.
Remarks