View |
The ViewCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Number of items in ViewCollection | |
| Document | Gets the associated Document of the ViewCollection. | |
| ItemInt32 | Gets a View by index. | |
| ItemString | Gets a View by its caption. |
| Name | Description | |
|---|---|---|
| Contains | Returns true if the specified View is contained in the collection. | |
| FindByCaption | Finds a View by its caption | |
| FindByName | Finds a View by its name | |
| GetEnumerator | Enumerates through the list of Views. | |
| IndexOf | Returns the index of the specified View item. |