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


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