Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / AxcExt Class / duMajor Property


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