Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / HeaderInfo Class / EndDate Property


In This Topic
    EndDate Property (HeaderInfo)
    In This Topic
    Gets the last date of the date range which the HeaderInfo represents.
    Syntax
    'Declaration
     
    Public ReadOnly Property EndDate As Date
    'Usage
     
    Dim instance As HeaderInfo
    Dim value As Date
     
    value = instance.EndDate
    public DateTime EndDate {get;}

    Property Value

    The System.DateTime value of the last date of the date range which the HeaderInfo represents.
    Remarks
    EndDate is the last date of the range which the GrapeCity.Windows.InputMan.GcDropDownCalendar currently displayed.
    See Also