Sections Members
Include Protected Members
Include Inherited Members
A collection of Section objects in a selection, range, or document.
The Sections type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | Returns a Section object that represents a new section added to a document. | |
GetEnumerator | (Inherited from IEnumerable.) |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns a Application object that represents the Microsoft Word application. | |
Count | Returns the number of items in the specified collection. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
First | Returns a Section object that represents the first item in the Sections collection. | |
Item | Returns an individual object in a collection. | |
Last | Returns the last item in the Sections collection as a Section object. | |
PageSetup | Returns a PageSetup object that's associated with the specified sections | |
Parent | Returns an object that represents the parent object of the specified object. |
Top