Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / GcSpreadSheet Class / Date1904 Property


In This Topic
    Date1904 Property (GcSpreadSheet)
    In This Topic
    Gets or sets whether the date system used to convert a date from/to a serial value starts since 1/1/1904.
    Syntax
    'Declaration
     
    <CategoryAttribute("Workbook")>
    Public Property Date1904 As Boolean
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Boolean
     
    instance.Date1904 = value
     
    value = instance.Date1904
    [Category("Workbook")]
    public bool Date1904 {get; set;}

    Property Value

    true, if the date system starts in 1904; otherwise, false. Default is false.
    Remarks
    All workbooks in the same workbook set share same value of Date1904.
    See Also