Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / CellNote Class / IsAlive Property


In This Topic
    IsAlive Property (CellNote)
    In This Topic
    Gets a boolean value indicating whether this drawing object is available to process.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAlive As Boolean
    'Usage
     
    
    Dim instance As CellNote
    Dim value As Boolean
     
    value = instance.IsAlive
    public bool IsAlive {get;}

    Property Value

    true if this drawing object is available to process; otherwise, false.
    See Also