Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ValueRange Class / fLog Property


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