SpreadsheetGear.IO.Packaging Namespace > IPackagePart Interface : CreateExternalRelationship Method |
'Declaration
Sub CreateExternalRelationship( _ ByVal targetPath As System.String, _ ByVal relationshipType As System.String, _ ByVal id As System.String _ )
'Usage
Dim instance As IPackagePart Dim targetPath As System.String Dim relationshipType As System.String Dim id As System.String instance.CreateExternalRelationship(targetPath, relationshipType, id)
void CreateExternalRelationship( System.string targetPath, System.string relationshipType, System.string id )
procedure CreateExternalRelationship( targetPath: System.String; relationshipType: System.String; id: System.String );
function CreateExternalRelationship( targetPath : System.String, relationshipType : System.String, id : System.String );
void CreateExternalRelationship( System.string* targetPath, System.string* relationshipType, System.string* id )
void CreateExternalRelationship( System.String^ targetPath, System.String^ relationshipType, System.String^ id )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2