Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorkbook Interface / Is1904Date Property


In This Topic
    Is1904Date Property (IExcelWorkbook)
    In This Topic
    Gets or sets a value indicating whether the workbook use 1904 date system.
    Syntax
    'Declaration
     
    Property Is1904Date As Boolean
    'Usage
     
    Dim instance As IExcelWorkbook
    Dim value As Boolean
     
    instance.Is1904Date = value
     
    value = instance.Is1904Date
    bool Is1904Date {get; set;}

    Property Value

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