Compartir a través de


MacroSheetPart.AddCustomPropertyPart Método

Definición

Sobrecargas

AddCustomPropertyPart(CustomPropertyPartType)

Agrega customPropertyPart a MacroSheetPart

AddCustomPropertyPart(String)

Agrega customPropertyPart a MacroSheetPart

AddCustomPropertyPart(CustomPropertyPartType, String)

Agrega customPropertyPart a MacroSheetPart

AddCustomPropertyPart(String, String)

Agrega customPropertyPart a MacroSheetPart

AddCustomPropertyPart(CustomPropertyPartType)

Agrega customPropertyPart a MacroSheetPart

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 customPropertyPart a MacroSheetPart

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 customPropertyPart a 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.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 customPropertyPart a MacroSheetPart

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