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


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