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


In This Topic
    IsLegacy Property (CellNote)
    In This Topic
    Gets a value indicating whether the shape is a legacy shape of chart sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsLegacy As Boolean
    'Usage
     
    
    Dim instance As CellNote
    Dim value As Boolean
     
    value = instance.IsLegacy
    public bool IsLegacy {get;}
    See Also