Share via


RowMap Element

Visio XML Reference

Maps a data-recordset row to a shape.

Syntax

  <RowMap
   RowID
   PageID
   ShapeID>
</RowMap>

Attributes

RowID

Required unsigned long. Row ID of the row, unique within the data recordset.

ShapeID

Required unsigned long. Shape ID of the shape linked to data in the data-recordset row identified by RowID.

PageID

Required unsigned long. Page ID of the shape linked to data in the data-recordset row identified by RowID.

Element properties

Property Value
Name RowMap
Minimum Occurrences 0
Maximum Occurrences Unbounded

Element information

Parent elements

VisioDocument

DataRecordsets

DataRecordSet

Child elements

None

See also

Shape.GetLinkedDataRow method