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


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

    Parameters

    dForm
    tabIndex
    See Also