Spread Silverlight Documentation
Is1904Date Property (IExcelWorkbook)


GrapeCity.Excel Namespace > IExcelWorkbook Interface : Is1904Date Property
Gets or sets a value indicating whether the workbook use 1904 date system.
Syntax
'Declaration
 
Property Is1904Date As System.Boolean
'Usage
 
Dim instance As IExcelWorkbook
Dim value As System.Boolean
 
instance.Is1904Date = value
 
value = instance.Is1904Date
System.bool Is1904Date {get; set;}

Property Value

true if it use 1904 date system; otherwise, false.
See Also

Reference

IExcelWorkbook Interface
IExcelWorkbook Members