MetadataType.Delete Property

Definition

Metadata Cell Value Delete

Represents the following attribute in the schema: delete

[DocumentFormat.OpenXml.SchemaAttr(0, "delete")]
public DocumentFormat.OpenXml.BooleanValue Delete { get; set; }
public DocumentFormat.OpenXml.BooleanValue Delete { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "delete")]
public DocumentFormat.OpenXml.BooleanValue? Delete { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("delete")]
public DocumentFormat.OpenXml.BooleanValue? Delete { get; set; }
public DocumentFormat.OpenXml.BooleanValue? Delete { get; set; }
member this.Delete : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "delete")>]
member this.Delete : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("delete")>]
member this.Delete : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property Delete As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Applies to