Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Sections Interface
Definition
- Namespace:
- Microsoft.Office.Interop.Word
- Assembly:
- Microsoft.Office.Interop.Word.dll
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of Section objects in a selection, range, or document.
public interface class Sections : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002095A-0000-0000-C000-000000000046")]
public interface Sections : System.Collections.IEnumerable
type Sections = interface
interface IEnumerable
Public Interface Sections
Implements IEnumerable
- Attributes
- Implements
Remarks
Use the Sections property of a Selection, Range, or Document object to return the Sections collection.
Use the Add(Object, Object) method or the InsertBreak(Object) method to add a new section to a document.
Use Sections(index), where index is the index number, to return a single Section object.
Properties
| 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[Int32] |
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. |
Methods
| Add(Object, Object) |
Returns a Section object that represents a new section added to a document. |
| GetEnumerator() | |
Applies to
Feedback
Was this page helpful?
