Discuss this help topic in SecureBlackbox Forum

TElOfficePackage.Relationships

TElOfficePackage     See also     


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


Contains the package relationships.

Declaration

[C#]
    TElOfficeOpenXMLRelationships Relationships;

[VB.NET]
    Property Relationships As TElOfficeOpenXMLRelationships

[Pascal]
    property Relationships : TElOfficeOpenXMLRelationships;

[C++]
    TElOfficeOpenXMLRelationships* get_Relationships();

[PHP]
    TElOfficeOpenXMLRelationships get_Relationships()

[Java]
    TElOfficeOpenXMLRelationships getRelationships();

Description

    Use this property to get the package relationships.

See also:     Parts    

Discuss this help topic in SecureBlackbox Forum