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


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