InternationalMacroSheetPart.AddCustomPropertyPart Método

Definição

Sobrecargas

Nome Description
AddCustomPropertyPart(CustomPropertyPartType)

Adiciona uma CustomPropertyPart ao InternationalMacroSheetPart

AddCustomPropertyPart(String)

Adiciona uma CustomPropertyPart ao InternationalMacroSheetPart

AddCustomPropertyPart(CustomPropertyPartType, String)

Adiciona uma CustomPropertyPart ao InternationalMacroSheetPart

AddCustomPropertyPart(String, String)

Adiciona uma CustomPropertyPart ao InternationalMacroSheetPart

AddCustomPropertyPart(CustomPropertyPartType)

Adiciona uma CustomPropertyPart ao InternationalMacroSheetPart

public DocumentFormat.OpenXml.Packaging.CustomPropertyPart AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType);
member this.AddCustomPropertyPart : DocumentFormat.OpenXml.Packaging.CustomPropertyPartType -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart
Public Function AddCustomPropertyPart (partType As CustomPropertyPartType) As CustomPropertyPart

Parâmetros

partType
CustomPropertyPartType

O tipo de peça de CustomPropertyPart

Retornos

A parte recém-adicionada.

Aplica-se a

AddCustomPropertyPart(String)

Adiciona uma CustomPropertyPart ao InternationalMacroSheetPart

public DocumentFormat.OpenXml.Packaging.CustomPropertyPart AddCustomPropertyPart(string contentType);
member this.AddCustomPropertyPart : string -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart
Public Function AddCustomPropertyPart (contentType As String) As CustomPropertyPart

Parâmetros

contentType
String

O tipo de conteúdo da CustomPropertyPart

Retornos

A parte recém-adicionada.

Aplica-se a

AddCustomPropertyPart(CustomPropertyPartType, String)

Adiciona uma CustomPropertyPart ao InternationalMacroSheetPart

public DocumentFormat.OpenXml.Packaging.CustomPropertyPart AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType, string id);
member this.AddCustomPropertyPart : DocumentFormat.OpenXml.Packaging.CustomPropertyPartType * string -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart
Public Function AddCustomPropertyPart (partType As CustomPropertyPartType, id As String) As CustomPropertyPart

Parâmetros

partType
CustomPropertyPartType

O tipo de peça de CustomPropertyPart

id
String

O ID da relação

Retornos

A parte recém-adicionada.

Aplica-se a

AddCustomPropertyPart(String, String)

Adiciona uma CustomPropertyPart ao InternationalMacroSheetPart

public DocumentFormat.OpenXml.Packaging.CustomPropertyPart AddCustomPropertyPart(string contentType, string id);
member this.AddCustomPropertyPart : string * string -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart
Public Function AddCustomPropertyPart (contentType As String, id As String) As CustomPropertyPart

Parâmetros

contentType
String

O tipo de conteúdo da CustomPropertyPart

id
String

O ID da relação

Retornos

A parte recém-adicionada.

Aplica-se a