FYI: Error in Visio 2002 Dev. Reference Help

C

Cookville

This might save someone a few minutes or hours of grief... and may have been corrected in newer versions.

In the Visio Developers Reference for Visio 2002, the help page for the ShapeSheet LinePattern cell states:

To reference the LinePattern cell by index from a program, use the CellsSRC property with the following arguments:

Section index:
visSectionObject

Row index:
visRowPageLayout

Cell index:
visPLOJumpStyle


Unfortunately, this is not correct. The correct index constants (as correctly shown in the VBE Object Browser) are:

Const visLinePattern = 2

Member of Visio.VisCellIndices

visSectionObject,
visRowLine,
visLinePattern
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top