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


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