SpreadsheetGear 2012
CreateExternalRelationship Method






Syntax
'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
) 

Parameters

targetPath
relationshipType
id
Requirements

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

See Also

Reference

IPackagePart Interface
IPackagePart Members

Send Feedback