WorkbookProperties.Date1904 Property

Date 1904.Represents the attribte in schema: date1904

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

Syntax

'Declaration
<SchemaAttrAttribute(, "date1904")> _
Public Property Date1904 As BooleanValue
    Get
    Set
'Usage
Dim instance As WorkbookProperties
Dim value As BooleanValue

value = instance.Date1904

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

WorkbookProperties Class

WorkbookProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace