Spread WPF 17
GrapeCity.Excel Namespace / ExcelNoteStyle Enumeration


In This Topic
    ExcelNoteStyle Enumeration
    In This Topic
    Specifies how the cell notes are displayed.
    Syntax
    'Declaration
     
    Public Enum ExcelNoteStyle 
       Inherits System.Enum
    'Usage
     
    Dim instance As ExcelNoteStyle
    public enum ExcelNoteStyle : System.Enum 
    Members
    MemberDescription
    HiddenDoes not display the cell note or the cell note indicator
    PopupNoteDisplays the cell note as a floating object only when the mouse is over the cell note indicator
    PopupStickyNoteDisplays the cell sticky note as a floating object only when the mouse is over the cell note indicator
    StickyNoteDisplays the cell note always as a movable box
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Excel.ExcelNoteStyle

    See Also