Headers.History Property

History.Represents the attribte in schema: history

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

Syntax

'Declaration
<SchemaAttrAttribute(, "history")> _
Public Property History As BooleanValue
    Get
    Set
'Usage
Dim instance As Headers
Dim value As BooleanValue

value = instance.History

instance.History = value
[SchemaAttrAttribute(, "history")]
public BooleanValue History { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Headers Class

Headers Members

DocumentFormat.OpenXml.Spreadsheet Namespace