Shape.RowExists property (Visio)
Determines whether a ShapeSheet row exists. Read-only.
Syntax
expression. RowExists
( _Section_
, _Row_
, _fExistsLocally_
)
expression A variable that represents a Shape object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Section | Required | Integer | The row's section index. |
Row | Required | Integer | The row's row index. |
fExistsLocally | Required | Integer | The scope of the search. |
Return value
Integer
Remarks
If fExistsLocally is False (0), the RowExists property returns True if the object either contains or inherits the specified row.
If fExistsLocally is True (non-zero), the RowExists property returns True only if the object contains the specified row locally; if the row is inherited, the RowExists property returns False.
For a list of row index values, see the AddRow method or view the Visio type library for the members of the VisRowIndices enumeration. For a list of section index values, see the AddSection method or view the Visio type library for the members of the VisSectionIndices enumeration.
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.