Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / CellComments Property


In This Topic
CellComments Property (PageSetup)
In This Topic
Gets or sets a CellComments contstant specifying the type of print cell comments displayed. This feature allows users to suppress the display of cell comments when printing a worksheet.
Syntax
'Declaration
 
Public Property CellComments As CellComments
 
'Usage
 
Dim instance As PageSetup
Dim value As CellComments
 
instance.CellComments = value
 
value = instance.CellComments

Property Value

A CellComments contstant specifying the type of cell comments displayed.
See Also