DataPA Enterprise Dashboard Controls API Reference
The SummaryColumns type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SummaryColumns()()()() |
Creates and returns a new SummaryColumns object
|
|
SummaryColumns(Object) |
Creates and returns a new SummaryColumns object
|
Methods
Name | Description | |
---|---|---|
Add |
Adds a SummaryColumn to this collection.
|
|
Contains |
Returns a value that indicates if an object with the key exists in the collection.
|
|
GetEnumerator |
Implements System.Collections.IEnumerable.GetEnumerator.
|
|
GetFirstSummaryColumn |
Gets the first SummaryColumn in the collection.
|
|
GetNextSummaryColumn |
Gets the Next SummaryColumn in the collection.
|
|
GetObjectData | ||
MoveNext |
Implements System.Collections.IEnumerator.MoveNext.
|
|
Remove(Int32) |
Removes a SummaryColumn from this collection.
|
|
Remove(String) |
Removes a SummaryColumn from this collection.
|
|
RemoveAll |
Removes all SummaryColumns from this collection.
|
|
Reset |
Implements System.Collections.IEnumerator.Reset.
|
|
ResetOrder |
Re-Orders the SummaryColumns in the collection.
|
|
SetObjectData |
Properties
Name | Description | |
---|---|---|
Clone |
Gets and cloned copy of this SummaryColumns collection.
|
|
Count |
Gets the number of SummaryColumns in this collection.
|
|
Current |
Implements System.Collections.IEnumerator.Current.
|
|
Item[([( Int32])]) |
Gets and sets a SummaryColumn in this collection.
|
|
Item[([( String])]) |
Gets and sets a SummaryColumn in this collection.
|
|
Parent |
Gets a SummaryData object that represents the parent of this object.
|