Spread Windows Forms 12.0 Product Documentation
PrintComments Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Printing Namespace > PageSetup Class : PrintComments Property
Gets or sets the way comments are printed with the sheet.
Syntax
'Declaration
 
Public Property PrintComments As PrintLocation
'Usage
 
Dim instance As PageSetup
Dim value As PrintLocation
 
instance.PrintComments = value
 
value = instance.PrintComments
public PrintLocation PrintComments {get; set;}

Property Value

A PrintLocation value represents the way comments are printed with the sheet.
See Also

Reference

PageSetup Class
PageSetup Members