Share via


Headers.PreserveHistory Property

Preserve History.Represents the attribte in schema: preserveHistory

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "preserveHistory")> _
Public Property PreserveHistory As UInt32Value
    Get
    Set
'Usage
Dim instance As Headers
Dim value As UInt32Value

value = instance.PreserveHistory

instance.PreserveHistory = value
[SchemaAttrAttribute(, "preserveHistory")]
public UInt32Value PreserveHistory { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

Headers Class

Headers Members

DocumentFormat.OpenXml.Spreadsheet Namespace