MacroSheetPart.AddCustomPropertyPart Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| AddCustomPropertyPart(CustomPropertyPartType) | Adds a CustomPropertyPart to the MacroSheetPart | 
| AddCustomPropertyPart(String) | Adds a CustomPropertyPart to the MacroSheetPart | 
| AddCustomPropertyPart(CustomPropertyPartType, String) | Adds a CustomPropertyPart to the MacroSheetPart | 
| AddCustomPropertyPart(String, String) | Adds a CustomPropertyPart to the MacroSheetPart | 
AddCustomPropertyPart(CustomPropertyPartType)
Adds a CustomPropertyPart to the MacroSheetPart
public DocumentFormat.OpenXml.Packaging.CustomPropertyPart AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType);member this.AddCustomPropertyPart : DocumentFormat.OpenXml.Packaging.CustomPropertyPartType -> DocumentFormat.OpenXml.Packaging.CustomPropertyPartPublic Function AddCustomPropertyPart (partType As CustomPropertyPartType) As CustomPropertyPartParameters
- partType
- CustomPropertyPartType
The part type of the CustomPropertyPart
Returns
The newly added part.
Applies to
AddCustomPropertyPart(String)
Adds a CustomPropertyPart to the MacroSheetPart
public DocumentFormat.OpenXml.Packaging.CustomPropertyPart AddCustomPropertyPart(string contentType);member this.AddCustomPropertyPart : string -> DocumentFormat.OpenXml.Packaging.CustomPropertyPartPublic Function AddCustomPropertyPart (contentType As String) As CustomPropertyPartParameters
- contentType
- String
The content type of the CustomPropertyPart
Returns
The newly added part.
Applies to
AddCustomPropertyPart(CustomPropertyPartType, String)
Adds a CustomPropertyPart to the MacroSheetPart
public DocumentFormat.OpenXml.Packaging.CustomPropertyPart AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType, string id);member this.AddCustomPropertyPart : DocumentFormat.OpenXml.Packaging.CustomPropertyPartType * string -> DocumentFormat.OpenXml.Packaging.CustomPropertyPartPublic Function AddCustomPropertyPart (partType As CustomPropertyPartType, id As String) As CustomPropertyPartParameters
- partType
- CustomPropertyPartType
The part type of the CustomPropertyPart
- id
- String
The relationship id
Returns
The newly added part.
Applies to
AddCustomPropertyPart(String, String)
Adds a CustomPropertyPart to the MacroSheetPart
public DocumentFormat.OpenXml.Packaging.CustomPropertyPart AddCustomPropertyPart(string contentType, string id);member this.AddCustomPropertyPart : string * string -> DocumentFormat.OpenXml.Packaging.CustomPropertyPartPublic Function AddCustomPropertyPart (contentType As String, id As String) As CustomPropertyPartParameters
- contentType
- String
The content type of the CustomPropertyPart
- id
- String
The relationship id
Returns
The newly added part.