Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetViewStateEventArgs Class / SheetViewStateEventArgs Constructor
Sheet (SheetView object) whose state is to be loaded or saved
Index of the collection that contains the sheet
Whether the state of the sheet is saved


In This Topic
    SheetViewStateEventArgs Constructor
    In This Topic
    Creates a new object with the SheetViewState event arguments.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sheet As SheetView, _
       ByVal index As Integer, _
       ByVal save As Boolean _
    )
    'Usage
     
    
    Dim sheet As SheetView
    Dim index As Integer
    Dim save As Boolean
     
    Dim instance As New SheetViewStateEventArgs(sheet, index, save)
    public SheetViewStateEventArgs( 
       SheetView sheet,
       int index,
       bool save
    )

    Parameters

    sheet
    Sheet (SheetView object) whose state is to be loaded or saved
    index
    Index of the collection that contains the sheet
    save
    Whether the state of the sheet is saved
    See Also