'Declaration Public Enum PrintLocation Inherits System.Enum
'Usage Dim instance As PrintLocation
public enum PrintLocation : System.Enum
'Declaration Public Enum PrintLocation Inherits System.Enum
'Usage Dim instance As PrintLocation
public enum PrintLocation : System.Enum
Member | Description |
---|---|
PrintInPlace | Comments will be printed where they were inserted in the worksheet. |
PrintNoComments | Comments will not be printed. |
PrintSheetEnd | Comments will be printed as end notes at the end of the worksheet. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Printing.PrintLocation