Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / ResetNoteStyle Method


In This Topic
ResetNoteStyle Method (Cell)
In This Topic
Resets the note style for the cell and makes the cell inherit the note style from the default cell.
Syntax
'Declaration
 
Public Sub ResetNoteStyle() 
 
'Usage
 
Dim instance As Cell
 
instance.ResetNoteStyle()
See Also