SpreadsheetGear 2017
PrintLocation Enumeration






SpreadsheetGear Namespace : PrintLocation Enumeration
Specifies whether and where to print cell comments.
Syntax
'Declaration
 
Public Enum PrintLocation 
   Inherits System.Enum
'Usage
 
Dim instance As PrintLocation
public enum PrintLocation : System.Enum 
public enum PrintLocation = class(System.Enum)
public enum PrintLocation extends System.Enum
__value public enum PrintLocation : public System.Enum 
public enum class PrintLocation : public System.Enum 
Members
MemberDescription
InPlacePrint cell comments in place.
NoCommentsDo not print cell comments.
SheetEndPrint cell comments at the end of the worksheet.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.PrintLocation

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

SpreadsheetGear Namespace
PrintComments Property