OpenXmlPartContainer.AddPart Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
AddPart<T>(T) | Adds the part to the document. Must use the returned part to opertate the part added to the doucment | |
AddPart<T>(T, String) | Adds the part to the document with a given relationship identifier (ID). Must use the returned part to opertate the part added to the doucment |
Top