Pages Members
Include Protected Members
Include Inherited Members
A collection of pages in a document. Use the Pages collection and the related objects and properties for programmatically defining page layout in a workbook.
The Pages type exposes the following members.
Properties
Name | Description | |
---|---|---|
_Default | Reserved for internal use. | |
Count | Returns the number of objects in the collection. Read-only Integer. | |
Item | Returns a Page object that represents a collection of pages in a workbook. Read-only. |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() |
Top