Formats Members

These members are related to Format Collection.

Functions

Name Description
Add Adds a new format with the specified name. Return value: Format.
NewFormat Creates a new Format. Return value: Format.
Remove Removes the specified spreadsheet format.

Properties

Name Description
Application Returns the application associated with the formats collection. Return value: Application. This property is read only.
Count Returns the number of elements in the formats of the application. Return value: Integer. This property is read only.
Item Returns a single format item. Return value: Format. This property is read only.
Name Returns/sets the name of an item in the formats collection. Return value: String. This property is read only.
Parent Returns the application associated with the formats collection. Return value: Object. This property is read only.