Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / CellNote Class / Type Property


In This Topic
    Type Property (CellNote)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property Type As ShapeType
    'Usage
     
    
    Dim instance As CellNote
    Dim value As ShapeType
     
    value = instance.Type
    public override ShapeType Type {get;}
    See Also