Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / CellComments Enumeration


In This Topic
    CellComments Enumeration
    In This Topic
    Specifies the way that cell comments are printed with the sheet.
    Syntax
    'Declaration
     
    
    Public Enum CellComments 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CellComments
    public enum CellComments : System.Enum 
    Members
    MemberDescription
    AsDisplayedPrint comments as displayed.
    AtEndPrint comments at end.
    NoneDoes not Print comments.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Printing.CellComments

    See Also