QueryTable.RemoveDataOnSave Property
Remove Data On Save.Represents the attribte in schema: removeDataOnSave
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
'宣言
<SchemaAttrAttribute(, "removeDataOnSave")> _
Public Property RemoveDataOnSave As BooleanValue
Get
Set
'使用
Dim instance As QueryTable
Dim value As BooleanValue
value = instance.RemoveDataOnSave
instance.RemoveDataOnSave = value
[SchemaAttrAttribute(, "removeDataOnSave")]
public BooleanValue RemoveDataOnSave { get; set; }
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.