Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLRelationships.Relationships

TElOfficeOpenXMLRelationships     See also     


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


Provides access to individual elements of the list.

Declaration

[C#]
    TElOfficeOpenXMLRelationship Relationships[int Index];

[VB.NET]
    Property Relationships(ByVal Index As Integer) As TElOfficeOpenXMLRelationship

[Pascal]
    property Relationships[Index : integer] : TElOfficeOpenXMLRelationship;

[C++]
    TElOfficeOpenXMLRelationship* get_Relationships(int32_t Index);

[PHP]
    TElOfficeOpenXMLRelationship get_Relationships(integer $Index)

[Java]
    not available

Parameters

  • Index - The index of the desired element in the list. The first item has Index=0, the second has Index=1 and so on.

Description

    Use this property to get relationships from the list.

See also:     Count     Add     Delete     Insert    

Discuss this help topic in SecureBlackbox Forum