Row.Style property (Visio)

Gets the style that contains a Row object. Read-only.

Syntax

expression.Style

expression A variable that represents a Row object.

Return value

Style

Remarks

If a style consists of different text, line, and fill styles, the Style property returns the fill style.

If a Row object is in a style, its Style property returns the style that contains the cell, and its Shape property returns Nothing.

If a Row object is in a shape, its Shape property returns the shape that contains the cell, and its Style property returns Nothing.

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.