Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetTabDoubleClickEventArgs Class / SheetTabDoubleClickEventArgs Constructor
Index of the sheet tab that was clicked


In This Topic
    SheetTabDoubleClickEventArgs Constructor
    In This Topic
    Creates a new object with the SheetTabDoubleClick event arguments.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sheetTabIndex As Integer _
    )
    'Usage
     
    
    Dim sheetTabIndex As Integer
     
    Dim instance As New SheetTabDoubleClickEventArgs(sheetTabIndex)
    public SheetTabDoubleClickEventArgs( 
       int sheetTabIndex
    )

    Parameters

    sheetTabIndex
    Index of the sheet tab that was clicked
    See Also