Spread WPF 17
GrapeCity.Excel Namespace / IExcelCell Interface / NoteStyle Property


In This Topic
    NoteStyle Property (IExcelCell)
    In This Topic
    Gets or sets the note style.
    Syntax
    'Declaration
     
    Property NoteStyle As ExcelNoteStyle
    'Usage
     
    Dim instance As IExcelCell
    Dim value As ExcelNoteStyle
     
    instance.NoteStyle = value
     
    value = instance.NoteStyle
    ExcelNoteStyle NoteStyle {get; set;}

    Property Value

    The note style.
    See Also