Share via


QueryTable.DisableEdit Property

Definition

disableEdit

Represents the following attribute in the schema: disableEdit

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

Property Value

Returns BooleanValue.

Attributes

Applies to