Spread Silverlight Documentation
Is1904Date Property (ExcelWorkbook)


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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ExcelWorkbook Class
ExcelWorkbook Members

 

 


Copyright © GrapeCity, inc. All rights reserved.