Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / AreaFormat Class / fInvertNeg Property


In This Topic
    fInvertNeg Property (AreaFormat)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fInvertNeg As Boolean
    'Usage
     
    
    Dim instance As AreaFormat
    Dim value As Boolean
     
    instance.fInvertNeg = value
     
    value = instance.fInvertNeg
    public bool fInvertNeg {get; set;}
    See Also