Version

PrintNotes Property

Gets or sets the way cell comments are printed.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also