Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLSignedRelationshipPart.DeleteSourceType

TElOfficeOpenXMLSignedRelationshipPart     See also     


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


Deletes the specified relationship type from the list.

Declaration

[C#]
    void DeleteSourceType(int Index);

[VB.NET]
    Sub DeleteSourceType(ByVal Index As Integer)

[Pascal]
    procedure DeleteSourceType(Index : Integer);

[C++]
    void DeleteSourceType(int32_t Index);

[PHP]
    void DeleteSourceType(integer $Index)

[Java]
    void deleteSourceType(int Index);

Parameters

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

Description

    Use this method to remove the specified relationship part from the list.

See also:     AddSourceType     HasSourceType     SourceTypes    

Discuss this help topic in SecureBlackbox Forum