<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

ImagingSpreadsheetOptions

Represents the spreadsheet options set on an ImagingProfile instance.
public int? FitToPagesTall { get; set; }

Gets or sets the option for resetting the page height for a spreadsheet.

public int? FitToPagesWide { get; set; }

Gets or sets the option for resetting the page width for a spreadsheet.

Gets or sets the options for formatting a spreadsheet, such as auto-fit rows and columns, and clearing empty rows and columns.

Gets or sets the option controlling the maximum number of consecutive blank rows or columns.

public bool IncludeBorders { get; set; }

Gets or sets a value indicating whether to render the borders in a spreadsheet.

public bool IncludeComments { get; set; }

Gets or sets a value indicating whether to render comments added to a spreadsheet.

Gets or sets the option for rendering the gridlines between rows and columns in the spreadsheet.

Gets or sets the option for rendering headers and footers in the spreadsheet.

Gets or sets the option for rendering row headings (1, 2, 3, etc.) and column headings (A, B, C, etc.) in a spreadsheet.

public int? LimitToPages { get; set; }

Gets or sets the option that controls the number of pages to render.

Gets or sets the order used to render the pages in a spreadsheet, such as vertical or horizontal overflow.

Gets or sets the option for paper size and orientation used to render the pages in a spreadsheet.

Gets or sets the print area in a spreadsheet used for an imaging job.

public bool ShowTrackChanges { get; set; }

Gets or sets a value indicating whether to display modifications made through the Track Changes option in Excel.

Gets or sets the options for text visibility by controlling background and font color.

public bool UnhideHiddenWorksheets { get; set; }

Gets or sets a value indicating whether to display hidden worksheets.

public int? ZoomLevelPercentage { get; set; }

Gets or sets the option for setting the zoom level on a spreadsheet.