Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Text Class / fAutoColor Property


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