[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetViewStateEventArgs

SheetViewStateEventArgs Class

Represents the event data for the SaveOrLoadSheetState event.

Inheritance
SheetViewStateEventArgs
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class SheetViewStateEventArgs : EventArgs
Public Class SheetViewStateEventArgs
    Inherits EventArgs

Constructors

Name Description
SheetViewStateEventArgs(SheetView, int, bool)

Creates a new object with the SheetViewState event arguments.

Properties

Name Description
Handled

Gets or sets whether the event has been handled.

Index

Gets the index of the collection that contains the sheet.

IsSave

Gets whether the state of the sheet is saved.

SheetView

Gets the sheet whose state is to be loaded or saved.