Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / NoteStyle Property


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