DisplaySettings
A collection of display settings.
DisplaySettings Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the display setting with the specified index or name. |
| length |
Long |
read |
The number of display settings in the collection. |
DisplaySettings Methods
| Method |
Returns |
Description |
| anyItem |
Object |
Returns any display setting. |
| firstItem |
Object |
Returns the first display setting. |
| itemByRange |
Objects |
Returns the display settings within the specified range. |
| lastItem |
Object |
Returns the last display setting. |
| middleItem |
Object |
Returns the middle display setting. |
| nextItem |
Object |
Returns the next display setting. |
| previousItem |
Object |
Returns the previous display setting. |
Previous post: Document
Next post: DisplaySetting