Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellWrapper Class / ResetNoteStyle Method


In This Topic
    ResetNoteStyle Method (CellWrapper)
    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 Shadows Sub ResetNoteStyle() 
    'Usage
     
    
    Dim instance As CellWrapper
     
    instance.ResetNoteStyle()
    public new void ResetNoteStyle()
    See Also