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