Spread WPF 17
GrapeCity.Excel Namespace / IExcelDateGroupItem Interface / Day Property


In This Topic
    Day Property (IExcelDateGroupItem)
    In This Topic
    Day
    Syntax
    'Declaration
     
    Property Day As UShort
    'Usage
     
    Dim instance As IExcelDateGroupItem
    Dim value As UShort
     
    instance.Day = value
     
    value = instance.Day
    ushort Day {get; set;}
    See Also