Shape.RowsCellCount Property

Visio Automation Reference

Returns the number of cells in a row of a ShapeSheet section. Read-only.

Version Information
 Version Added:  Visio 2.0

Syntax

expression.RowsCellCount(Section, Row)

expression   A variable that represents a Shape object.

Parameters

Name Required/Optional Data Type Description
Section Required Integer The index of the section that contains the row.
Row Required Integer The index of the row to count.

Return Value
Integer

Remarks

Use section and row index constants declared by the Visio type library in members VisSectionIndices and VisRowIndices.

See Also