Section Object Members
Visio Automation Reference |
Enables you to access and manipulate a section of a shape. A section of a shape corresponds to a section shown in the ShapeSheet window. A section contains rows and cells.
Properties
Name | Description | |
---|---|---|
Application | Read-only. Returns the instance of Microsoft Office Visio that is associated with an object. | |
ContainingMasterID | Returns the ID of the Master object that contains an object. Read-only. | |
ContainingPageID | Returns the ID of the page that contains the section. Read-only. | |
Count | Returns the number of objects in a collection. Read-only. | |
EventList | Returns the EventList collection of an object or the EventList collection that contains an Event object. Read-only. | |
Index | Gets the ordinal position of an object in a collection. Read-only. | |
ObjectType | Returns an object's type. Read-only. | |
PersistsEvents | Indicates whether an object is capable of containing persistent events in its EventList collection. Read-only. | |
Row | Returns the row in a section specified by row index number. Read-only. | |
Shape | Returns the Shape object that owns a Cell, Characters, Row, or Section object or that is associated with a Hyperlink or OLEObject object or with the Hyperlinks collection. Read-only. | |
Stat | Returns status information for an object. Read-only. | |
Style | Gets the style that contains a Section object. Read-only. |
Events
Name | Description | |
---|---|---|
CellChanged | Occurs after the value changes in a cell in a document. | |
FormulaChanged | Occurs after a formula changes in a cell in the object that receives the event. |