Expand Minimize
This topic has not yet been rated - Rate this topic

RowsCellCount property

Office XP

RowsCellCount property

http://msdn.microsoft.com/en-us/library/aa191364(v=office.10) See also         Example         http://msdn.microsoft.com/en-us/library/aa164278(v=office.10) Applies to

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.