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


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