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


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