Spread Silverlight Documentation
Is1904Date Property (ExcelWorkbook)


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

Property Value

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

Reference

ExcelWorkbook Class
ExcelWorkbook Members