Share via


Section Property [Visio 2003 SDK Documentation]

As it applies to the Cell object.

Returns the index of the cell's section.

intRet = object**.Section**

intRet     Integer. The index of the cell's section.

object     Required. An expression that returns a Cell object.

Version added

4.0

Remarks

Constants that represent sections are prefixed with visSection and are declared by the Visio type library in VisSectionIndices.

As it applies to the Shape and Style objects.

Returns the requested Section object belonging to a shape or style.

objRet = object**.Section**(index)**

objRet     The Section object that corresponds to the index.

object     Required. An expression that returns a Shape or Style object.

index     Required Integer. A section index.

Version added

4.0

Remarks

Constants that represent sections are prefixed with visSection and are declared by the Visio type library in VisSectionIndices.

Applies to | Cell object | Shape object | Style object

See Also | AddSection method | Column property | Row property