Shape.Section Property
Visio Automation Reference |
Returns the requested Section object belonging to a shape. Read-only.
Version Information
Version Added: Visio 4.0
Syntax
expression.Section(Index)
expression A variable that represents a Shape object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Index | Required | Integer | A section index. |
Return Value
Section
Remarks
Constants that represent sections are prefixed with visSection and are declared by the Visio type library in VisSectionIndices.
See Also