Version

PrintNotes Property

Gets or sets the way cell comments are printed.
Syntax
'Declaration
 
Public Property PrintNotes As PrintNotes
public PrintNotes PrintNotes {get; set;}

Property Value

The way cell notes are printed.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe assigned value is not defined in the PrintNotes enumeration.
Remarks

If this is set to a value of PrintAsDisplayed, the comments will only print if they are displayed on the worksheet. If comments are hidden but indicators are shown, neither the indicators nor the comments will print.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also