Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ShowNotes Method
Whether to show the cell notes


In This Topic
    ShowNotes Method
    In This Topic
    Shows or hides all cell notes on the sheet.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ShowNotes( _
       ByVal show As Boolean _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim show As Boolean
     
    instance.ShowNotes(show)
    public virtual void ShowNotes( 
       bool show
    )

    Parameters

    show
    Whether to show the cell notes
    See Also