Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Radar Class / fRdrAxLab Property


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