IPageSetupBase
PrintComments Property
|
Returns or sets the way comments are printed with the sheet.
Read / write ExcelPrintLocation.
Namespace:
Spire.Xls.Core.Interfaces
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
PrintCommentType PrintComments { get; set; }
Property PrintComments As PrintCommentType
Get
Set
property PrintCommentType PrintComments {
PrintCommentType get ();
void set (PrintCommentType value);
}
abstract PrintComments : PrintCommentType with get, set
Property Value
Type:
PrintCommentType
See Also