GalleryRegular.InvalidateContentOnDrop Property
invalidateContentOnDrop.Represents the attribte in schema: invalidateContentOnDrop
Namespace: DocumentFormat.OpenXml.Office2010.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "invalidateContentOnDrop")> _
Public Property InvalidateContentOnDrop As BooleanValue
Get
Set
'Usage
Dim instance As GalleryRegular
Dim value As BooleanValue
value = instance.InvalidateContentOnDrop
instance.InvalidateContentOnDrop = value
[SchemaAttrAttribute(, "invalidateContentOnDrop")]
public BooleanValue InvalidateContentOnDrop { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue