Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLRelationships.SortRelationshipsById

TElOfficeOpenXMLRelationships     See also     


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


Sorts the list by the relationship ID.

Declaration

[C#]
    void SortRelationshipsById();

[VB.NET]
    Sub SortRelationshipsById()

[Pascal]
    procedure SortRelationshipsById;

[C++]
    void SortRelationshipsById();

[PHP]
    void SortRelationshipsById()

[Java]
    void sortRelationshipsById();

Description

    Use this method to sort the list by the relationship ID.

See also:     Relationships    

Discuss this help topic in SecureBlackbox Forum