Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.03 KB

Visio.Shape.RowsCellCount.md

File metadata and controls

44 lines (26 loc) · 1.03 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Shape.RowsCellCount property (Visio)
vis_sdr.chm11214265
vis_sdr.chm11214265
Visio.Shape.RowsCellCount
bb9c1990-5ead-e56b-7b09-a49a2b7ad111
06/08/2017
medium

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.

[!includeSupport and feedback]