Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / SpreadOptionsDlg Class / SpreadOptionsDlg Constructor / SpreadOptionsDlg Constructor(SpreadWrapper,Int32)


In This Topic
    SpreadOptionsDlg Constructor(SpreadWrapper,Int32)
    In This Topic
    Initializes a new instance of the SpreadOptionsDlg class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal spread As FarPoint.SpreadWrapper.SpreadWrapper, _
       ByVal tabIndex As Integer _
    )
    'Usage
     
    
    Dim spread As FarPoint.SpreadWrapper.SpreadWrapper
    Dim tabIndex As Integer
     
    Dim instance As New SpreadOptionsDlg(spread, tabIndex)
    public SpreadOptionsDlg( 
       FarPoint.SpreadWrapper.SpreadWrapper spread,
       int tabIndex
    )

    Parameters

    spread
    tabIndex
    See Also