Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AppearanceStyleInfo Class / NoteStyle Property


In This Topic
    NoteStyle Property (AppearanceStyleInfo)
    In This Topic
    Gets or sets the note style of the cell for the style.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property NoteStyle As NoteStyle
    'Usage
     
    
    Dim instance As AppearanceStyleInfo
    Dim value As NoteStyle
     
    value = instance.NoteStyle
    public override NoteStyle NoteStyle {get;}
    See Also