RowsCellCount property

Microsoft Visio Developer Reference

RowsCellCount property

   Example   

Returns the number of cells in a row of a ShapeSheet section.

Version added

2.0

Syntax

intRet = object.RowsCellCount (section, row)

intRet

Integer. The number of cells in the row.

object

Required. An expression that returns a Shape object.

section

Required Integer. The index of the section that contains the row.

row

Required Integer. The index of the row to count.

Remarks

Use section and row index constants declared by the Visio type library in members VisSectionIndices and VisRowIndices. They are also listed in the AddRow and AddSection method topics.