Compartilhar via


WorksheetPart.AddCustomPropertyPart Método

Definição

Sobrecargas

AddCustomPropertyPart(CustomPropertyPartType)

Adiciona uma CustomPropertyPart à WorksheetPart

AddCustomPropertyPart(String)

Adiciona uma CustomPropertyPart à WorksheetPart

AddCustomPropertyPart(CustomPropertyPartType, String)

Adiciona uma CustomPropertyPart à WorksheetPart

AddCustomPropertyPart(String, String)

Adiciona uma CustomPropertyPart à WorksheetPart

AddCustomPropertyPart(CustomPropertyPartType)

Adiciona uma CustomPropertyPart à WorksheetPart

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 parte do CustomPropertyPart

Retornos

A parte recém-adicionada.

Aplica-se a

AddCustomPropertyPart(String)

Adiciona uma CustomPropertyPart à WorksheetPart

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 do CustomPropertyPart

Retornos

A parte recém-adicionada.

Aplica-se a

AddCustomPropertyPart(CustomPropertyPartType, String)

Adiciona uma CustomPropertyPart à WorksheetPart

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 parte do CustomPropertyPart

id
String

A ID da relação

Retornos

A parte recém-adicionada.

Aplica-se a

AddCustomPropertyPart(String, String)

Adiciona uma CustomPropertyPart à WorksheetPart

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 do CustomPropertyPart

id
String

A ID da relação

Retornos

A parte recém-adicionada.

Aplica-se a