Item.Missing Property

Definition

Missing

Represents the following attribute in the schema: m

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

Property Value

Returns BooleanValue.

Attributes

Applies to