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


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