Row Object Members
Visio Automation Reference |
Enables you to access and manipulate a row in a section.
Methods
Name | Description | |
---|---|---|
![]() |
GetPolylineData | Returns the points recorded in a polyline row. |
Properties
Name | Description | |
---|---|---|
![]() |
Application | Read-only. Returns the instance of Microsoft Office Visio that is associated with an object. |
![]() |
Cell | Uses the local name or index of a cell to return the cell. Read-only. |
![]() |
CellU | Uses the universal name or index of a cell to return the cell. Read-only. |
![]() |
ContainingMasterID | Returns the ID of the Master object that contains an object. Read-only. |
![]() |
ContainingPageID | Returns the ID of the page that contains an object. Read-only |
![]() |
ContainingSection | Returns the section that contains a row. Read-only. |
![]() |
Count | Returns the number of objects in a collection. Read-only. |
![]() |
EventList | Returns the EventList collection of an object or the EventList collection that contains an Event object. Read-only. |
![]() |
Index | Gets the ordinal position of an object in a collection. Read-only. |
![]() |
Name | Specifies the name of an object. Read-only. |
![]() |
NameU | Specifies the universal name of a Row object. Read/write. |
![]() |
ObjectType | Returns an object's type. Read-only. |
![]() |
PersistsEvents | Indicates whether an object is capable of containing persistent events in its EventList collection. Read-only. |
![]() |
Shape | Returns the Shape object that owns a Cell, Characters, Row, or Section object or that is associated with a Hyperlink or OLEObject object or with the Hyperlinks collection. Read-only. |
![]() |
Stat | Returns status information for an object. Read-only. |
![]() |
Style | Gets the style that contains a Row object. Read-only. |
Events
Name | Description | |
---|---|---|
![]() |
CellChanged | Occurs after the value changes in a cell in a document. |
![]() |
FormulaChanged | Occurs after a formula changes in a cell in the object that receives the event. |