ServerViewableItems Members
Include Protected Members
Include Inherited Members
A collection of objects that have been marked as viewable on the server.
The ServerViewableItems type exposes the following members.
Properties
Name | Description | |
---|---|---|
_Default | Reserved for internal use. | |
Application | Returns an _Application object. Read-only. | |
Count | Returns the number of objects in the collection. Read-only. | |
Creator | Returns a 32-bit Integer that indicates the application in which this object was created. Read-only. | |
Parent | Returns the parent for the specified object. Read-only. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a reference to the ServerViewableItems collection. | |
Delete | Deletes a reference to an object in the ServerViewableItems collection in the _Workbook. | |
DeleteAll | Deletes references to all the objects in the ServerViewableItems collection in the _Workbook. | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() | ||
Item | Returns a single Object from the ServerViewableItems collection. |
Top