Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FtPictFmla Class / FtPictFmla Constructor


In This Topic
    FtPictFmla Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal fPrstm As Boolean, _
       ByVal fCtl As Boolean _
    )
    'Usage
     
    
    Dim fPrstm As Boolean
    Dim fCtl As Boolean
     
    Dim instance As New FtPictFmla(fPrstm, fCtl)
    public FtPictFmla( 
       bool fPrstm,
       bool fCtl
    )

    Parameters

    fPrstm
    fCtl
    See Also