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


In This Topic
    Root Property (CellNote)
    In This Topic
    Gets the highest ancestor shape which contains this shape.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Root As Shape
    'Usage
     
    
    Dim instance As CellNote
    Dim value As Shape
     
    value = instance.Root
    public Shape Root {get;}
    See Also