Spread for ASP.NET 10 Product Documentation
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
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
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

SheetViewStateEventArgs Class
SheetViewStateEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.