Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetViewStateEventArgs Class / IsSave Property
Example


In This Topic
    IsSave Property
    In This Topic
    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;}

    Property Value

    true if the event is save; false otherwise
    Remarks
    If the state of the sheet is to be saved, this property is true; otherwise, this property is false.
    Example
    See Also