SpreadsheetGear 2012
CreateRelatedPart Method






Syntax
'Declaration
 
Function CreateRelatedPart( _
   ByVal path As System.String, _
   ByVal relationshipType As System.String, _
   ByVal ns As System.String, _
   ByVal rId As System.String _
) As IPackagePart
'Usage
 
Dim instance As IPackagePart
Dim path As System.String
Dim relationshipType As System.String
Dim ns As System.String
Dim rId As System.String
Dim value As IPackagePart
 
value = instance.CreateRelatedPart(path, relationshipType, ns, rId)
IPackagePart CreateRelatedPart( 
   System.string path,
   System.string relationshipType,
   System.string ns,
   System.string rId
)
function CreateRelatedPart( 
    path: System.String;
    relationshipType: System.String;
    ns: System.String;
    rId: System.String
): IPackagePart; 
function CreateRelatedPart( 
   path : System.String,
   relationshipType : System.String,
   ns : System.String,
   rId : System.String
) : IPackagePart;
IPackagePart* CreateRelatedPart( 
   System.string* path,
   System.string* relationshipType,
   System.string* ns,
   System.string* rId
) 
IPackagePart^ CreateRelatedPart( 
   System.String^ path,
   System.String^ relationshipType,
   System.String^ ns,
   System.String^ rId
) 

Parameters

path
relationshipType
ns
rId
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