Shape.RowsCellCount property (Visio)

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

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.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.