Spread for ASP.NET 12 Product Documentation
IsSave Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetViewStateEventArgs Class : IsSave Property
Gets whether the state of the sheet is saved.
Syntax
'Declaration
 
Public ReadOnly Property IsSave As Boolean
'Usage
 
Dim instance As SheetViewStateEventArgs
Dim value As Boolean
 
value = instance.IsSave
public bool IsSave {get;}
Remarks
If the state of the sheet is to be saved, this property is true; otherwise, this property is false.
See Also

Reference

SheetViewStateEventArgs Class
SheetViewStateEventArgs Members