SpreadsheetPrintComments
Represents the way comments are printed with the sheet.
public class SpreadsheetPrintComments : Enumeration
Constructors
Methods
| Name | 
Description | 
| CompareTo(object) | 
Compares current object to other. | 
| virtual Equals(Enumeration) | 
Determines whether two object instances are equal. | 
| override Equals(object) | 
Determines whether two object instances are equal. | 
| override GetHashCode() | 
Serves as the default hash function. | 
| override ToString() | 
Returns a string that represents the current object. | 
Fields
| Name | 
Description | 
| static readonly PrintInPlace | 
Represents to print comments as displayed on sheet. | 
| static readonly PrintNoComments | 
Represents not to print comments. | 
| static readonly PrintSheetEnd | 
Represents to print comments at end of sheet. | 
| static readonly PrintWithThreadedComments | 
Represents to print comments as displayed on sheet include threaded comments. | 
See Also