Click or drag to resize
CollectionRemove Method (Int32) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Removes an element from a Collection object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public void Remove(
	int Index
)

Parameters

Index
Type: SystemInt32
An index of the item to remove.

Implements

Collection_CollectionRemove(Int32)
See Also