次の方法で共有


Section.Row Property

Visio Automation Reference

Returns the row in a section specified by row index number. Read-only.

Version Information
 Version Added:  Visio 4.0

Syntax

expression.Row(Index)

expression   A variable that represents a Section object.

Parameters

Name Required/Optional Data Type Description
Index Required Integer Specifies the index number of the row to be returned.

Return Value
Row

Remarks

Row is the default property of the Section object.

See Also