DateAxis.Delete Property
Delete.Represents the element tag in schema: c:delete
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Delete As Delete
Get
Set
'Usage
Dim instance As DateAxis
Dim value As Delete
value = instance.Delete
instance.Delete = value
public Delete Delete { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Charts.Delete