SpreadsheetGear 2017
PrintComments Property (IPageSetup)






SpreadsheetGear Namespace > IPageSetup Interface : PrintComments Property
Gets or sets the property which specifies whether and where to print cell comments.
Syntax
'Declaration
 
Property PrintComments As PrintLocation
'Usage
 
Dim instance As IPageSetup
Dim value As PrintLocation
 
instance.PrintComments = value
 
value = instance.PrintComments
PrintLocation PrintComments {get; set;}
read-write property PrintComments: PrintLocation; 
function get,set PrintComments : PrintLocation
__property PrintLocation get_PrintComments();
__property void set_PrintComments( 
   PrintLocation value
);
property PrintLocation PrintComments {
   PrintLocation get();
   void set (    PrintLocation value);
}
Remarks
This setting is read, written and maintained but is not taken into account when SpreadsheetGear prints a workbook.
Requirements

Target Platforms: Windows 7, 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

Reference

IPageSetup Interface
IPageSetup Members