Sections MembersĀ 

A collection of Section objects in a selection, range, or document.

The following tables list the members exposed by the Sections type.

Public 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

Public Methods

  Name Description
Add Returns a Section object that represents a new section added to a document.
GetEnumerator Returns an enumerator to support iterating through the collection.

Top

See Also

Reference

Sections Interface
Microsoft.Office.Interop.Word Namespace