Version

PrintNotes Enumeration

Represents the various ways to print cell notes.
Syntax
public enum PrintNotes : System.Enum 
Members
MemberDescription
DontPrintCell notes are not printed.
PrintAsDisplayedCell notes are printed as they are shown on the worksheet. With this option, cell notes will only appear in the printed worksheet if they are displayed on the worksheet in Microsoft Excel. If the notes just show indicators in Excel, the indicators and notes will not be printed.
PrintAtEndOfSheetCell notes are printed on the last page, after the entire worksheet has printed.
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