GeneralFormatCollection class

GeneralFormatCollection class

Represents a typed collection of general formats. To learn more, visit the Working with Fields documentation article.

Properties

NameDescription
countGets the total number of the items in the collection.
this[]

Methods

NameDescription
add(item)Adds a general format to the collection.
remove(item)Removes all occurrences of the specified general format from the collection.
removeAt(index)Removes a general format occurrence at the specified index.

See Also