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


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