Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / WebPub Class / tws Property


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