Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IUpdatableCellType Interface / IsDirty Property


In This Topic
    IsDirty Property
    In This Topic
    Gets or sets whether data of cell type is updated.
    Syntax
    'Declaration
     
    Property IsDirty As Boolean
    'Usage
     
    Dim instance As IUpdatableCellType
    Dim value As Boolean
     
    instance.IsDirty = value
     
    value = instance.IsDirty
    bool IsDirty {get; set;}
    See Also