Share via


RowsCellCount Property [Visio 2003 SDK Documentation]

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

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.

Version added

2.0

Remarks

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

Applies to | Shape object

See Also | AddRow method | AddSection method | RowCount property