Changes the origin or destination row of the specified arrow.
SyntaxVB6
Copy Code
|
|---|
Public Sub ChangeRelation( _ |
C++
Copy Code
|
|---|
public: |
A member of the ERelationship enumeration specifying the type of the relation - either rlOneToMany or rlManyToOne.
RemarksSpecify rlOneToMany to change the destination row of the arrow, or rlManyToOne to change the origin row.
See Also