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


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