Compartir a través de


WorksheetPart.AddCustomPropertyPart Método

Definición

Sobrecargas

AddCustomPropertyPart(CustomPropertyPartType)

Agrega un elemento CustomPropertyPart a WorksheetPart

AddCustomPropertyPart(String)

Agrega un elemento CustomPropertyPart a WorksheetPart

AddCustomPropertyPart(CustomPropertyPartType, String)

Agrega un elemento CustomPropertyPart a WorksheetPart

AddCustomPropertyPart(String, String)

Agrega un elemento CustomPropertyPart a WorksheetPart

AddCustomPropertyPart(CustomPropertyPartType)

Agrega un elemento CustomPropertyPart a 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

Tipo de elemento de CustomPropertyPart

Devoluciones

La parte recién agregada.

Se aplica a

AddCustomPropertyPart(String)

Agrega un elemento CustomPropertyPart a 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

Tipo de contenido de CustomPropertyPart

Devoluciones

La parte recién agregada.

Se aplica a

AddCustomPropertyPart(CustomPropertyPartType, String)

Agrega un elemento CustomPropertyPart a 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

Tipo de elemento de CustomPropertyPart

id
String

Identificador de relación

Devoluciones

La parte recién agregada.

Se aplica a

AddCustomPropertyPart(String, String)

Agrega un elemento CustomPropertyPart a 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

Tipo de contenido de CustomPropertyPart

id
String

Identificador de relación

Devoluciones

La parte recién agregada.

Se aplica a