Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLRelationships.Insert

TElOfficeOpenXMLRelationships     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Inserts a relationship to the list.

Declaration

[C#]
    void Insert(int Index, TElOfficeOpenXMLRelationship ARelationship);

[VB.NET]
    Sub Insert(ByVal Index As Integer, ByVal ARelationship As TElOfficeOpenXMLRelationship)

[Pascal]
    procedure Insert(Index : integer; ARelationship : TElOfficeOpenXMLRelationship);

[C++]
    void Insert(int32_t Index, TElOfficeOpenXMLRelationship &ARelationship);
    void Insert(int32_t Index, TElOfficeOpenXMLRelationship *ARelationship);

[PHP]
    void Insert(integer $Index, TElOfficeOpenXMLRelationship $ARelationship)

[Java]
    void insert(int Index, TElOfficeOpenXMLRelationship ARelationship);

Parameters

  • Index - specifies position in the list in which the relationship should be placed
  • ARelationship - the relationship to be added

Description

    Use this method to insert a relationship to the list.

See also:     Add     Delete     Relationships    

Discuss this help topic in SecureBlackbox Forum