Spread Windows Forms 12.0 Product Documentation
SheetTabDoubleClickEventArgs Constructor


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetTabDoubleClickEventArgs Class : SheetTabDoubleClickEventArgs Constructor
Index of the sheet tab that was clicked
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

Reference

SheetTabDoubleClickEventArgs Class
SheetTabDoubleClickEventArgs Members