[]
Creates a new object with the SheetViewState event arguments.
public SheetViewStateEventArgs(SheetView sheet, int index, bool save)
Public Sub New(sheet As SheetView, index As Integer, save As Boolean)
| Type | Name | Description |
|---|---|---|
| SheetView | sheet | Sheet (SheetView object) whose state is to be loaded or saved |
| int | index | Index of the collection that contains the sheet |
| bool | save | Whether the state of the sheet is saved |