[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPageSetup.PrintComments

PrintComments Property

PrintComments

Gets or sets the way comments are printed with the sheet.

Use this property to determine whether comments are not printed, printed as end notes, or printed in place on the worksheet. If the page setup has not been initialized, this property returns NoComments.

Declaration
PrintLocation PrintComments { get; set; }
Property PrintComments As PrintLocation
Examples
IPageSetup pageSetup = worksheet.PageSetup;
pageSetup.PrintComments = PrintLocation.SheetEnd;
PrintLocation printComments = pageSetup.PrintComments;