Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BopPop Class / pst Property


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