Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ActiveSheetChangingEventArgs Class / ActiveSheetChangingEventArgs Constructor
Sheet index for the new active sheet


In This Topic
ActiveSheetChangingEventArgs Constructor
In This Topic
Creates a new object with the ActiveSheetChanging event arguments.
Syntax
'Declaration
 
Public Function New( _
   ByVal newActiveSheetIndex As Integer _
)
 
'Usage
 
Dim newActiveSheetIndex As Integer
 
Dim instance As New ActiveSheetChangingEventArgs(newActiveSheetIndex)

Parameters

newActiveSheetIndex
Sheet index for the new active sheet
See Also