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


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