Spread WPF 17
GrapeCity.Excel Namespace / ExcelDateGroupItem Class / Second Property


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