Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / CellComments Enumeration


CellComments Enumeration
Specifies the way that cell comments are printed with the sheet.
Syntax
'Declaration
 
Public Enum CellComments 
   Inherits System.Enum
 
'Usage
 
Dim instance As CellComments
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