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


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