Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / AxcExt Class / duMinor Property


In This Topic
    duMinor Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property duMinor As DateUnit
    'Usage
     
    
    Dim instance As AxcExt
    Dim value As DateUnit
     
    instance.duMinor = value
     
    value = instance.duMinor
    public DateUnit duMinor {get; set;}
    See Also