Section property (Cell object)

Microsoft Visio Developer Reference

Section property (Cell object)

   Example   

Returns the index of the cell's section.

Version added

4.0

Syntax

intRet = object.Section

intRet

Integer. The index of the cell's section.

object

Required. An expression that returns a Cell object.

Remarks

Constants representing sections are prefixed with visSection and are declared by the Visio type library in VisSectionIndices. You can also view a list of constants in the AddSection method.