API Reference

Class

ExcelWorksheetImageExportOptions

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Options for worksheet image export.

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public ExcelWorksheetImageExportOptions() #

Properties

public String Range { get; set; } #

Optional explicit range. When omitted, the worksheet used range is exported.

public Nullable<DateTime> HeaderFooterDateTime { get; set; } #

Timestamp used for dynamic Excel header/footer date and time fields such as &D, &T, &[Date], and &[Time]. When omitted, image export uses the current local time captured at the start of the worksheet export.

public Boolean UsePrintArea { get; set; } #

When true and Range is omitted, uses the worksheet print area when configured.

public Boolean SplitByManualPageBreaks { get; set; } #

When true, ExcelWorksheetImageExportOptions) splits output at manual row and column page breaks. Single-image worksheet export keeps one result and emits a diagnostic instead of splitting.