PageSetup.PrintComments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the way comments are printed with the sheet.
public:
property Microsoft::Office::Interop::Excel::XlPrintLocation PrintComments { Microsoft::Office::Interop::Excel::XlPrintLocation get(); void set(Microsoft::Office::Interop::Excel::XlPrintLocation value); };
public Microsoft.Office.Interop.Excel.XlPrintLocation PrintComments { get; set; }
Public Property PrintComments As XlPrintLocation