QueryTable.DisableEdit Property
Disable Edit.Represents the attribte in schema: disableEdit
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "disableEdit")> _
Public Property DisableEdit As BooleanValue
Get
Set
'Usage
Dim instance As QueryTable
Dim value As BooleanValue
value = instance.DisableEdit
instance.DisableEdit = value
[SchemaAttrAttribute(, "disableEdit")]
public BooleanValue DisableEdit { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.