SpreadsheetOptions public class SpreadsheetOptions Documentation public const int MAX_ZOOM_PERCENTAGE = 400 public const int MIN_ZOOM_PERCENTAGE = 10 public int? FitToPagesTall { get; set; } public int? FitToPagesWide { get; set; } public HashSet<Formatting> Formatting { get; set; } public int HideAndPagebreakAfterConsecutiveBlankRowCol { get; set; } public bool IncludeBorders { get; set; } public bool IncludeComments { get; set; } public IncludeGridlines IncludeGridlines { get; set; } public IncludeHeadersAndFooters IncludeHeadersAndFooters { get; set; } public IncludeRowAndColumnHeadings IncludeRowAndColumnHeadings { get; set; } public int? LimitToPages { get; set; } public PageOrder PageOrder { get; set; } public PaperSizeOrientation PaperSizeOrientation { get; set; } public PrintArea PrintArea { get; set; } public bool ShowTrackChanges { get; set; } public HashSet<TextVisibility> TextVisibility { get; set; } public bool UnhideHiddenWorksheets { get; set; } public int? ZoomLevelPercentage { get; set; } public SpreadsheetOptions()