CacheField.Ignore Property

Definition

ignore, this property is only available in Office 2010 and later.

Represents the following attribute in the schema: ignore

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

Property Value

Attributes

Applies to