Labels Members

These members are collection of Labels.

Functions

Name Description
Add Adds a new Label into the collection. Return value: Label.
AddEx Adds a new Label into the collection (with audit log explanation). Return value: Label.
Refresh -
Remove Removes (deletes) the specified Label from the collection.
RemoveEx Removes (deletes) the specified Label from the collection; Item can either be 1-based index or Label name(with audit log explanation).

Properties

Name Description
AllDistinctValues Return value: String(). This property is read only.
Count Returns the number of Labels in this collection. Return value: Integer. This property is read only.
Item Returns the specified Label from the collection. Return value: Label. This property is read only.
ItemByID Returns the Label with the specified Label ID from the collection. Return value: Label. This property is read only.