Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / Unchanged Field
Example


In This Topic
    Unchanged Field
    In This Topic
    Represents the unchanged property of the cell contents.
    Syntax
    'Declaration
     
    
    Public Shared Unchanged As Object
    'Usage
     
    
    Dim value As Object
     
    value = FpSpread.Unchanged
     
    FpSpread.Unchanged = value
    public static object Unchanged

    Field Value

    Static constant object you check to see if the value has changed
    Example
    Remarks

    This is a static constant object you can use to check if the value of a variable in a cell has been changed.

    See Also