Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FtPioGrbit Class / fPrstm Property


In This Topic
    fPrstm Property (FtPioGrbit)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fPrstm As Boolean
    'Usage
     
    
    Dim instance As FtPioGrbit
    Dim value As Boolean
     
    instance.fPrstm = value
     
    value = instance.fPrstm
    public bool fPrstm {get; set;}
    See Also