API Reference

Class

ExcelWorkbookImageExportOptions

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Options for workbook 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 ExcelWorkbookImageExportOptions() #

Properties

public IReadOnlyList<String> SheetNames { get; set; } #

Optional list of worksheet names to export. When omitted, visible worksheets are exported.

public Boolean IncludeHiddenSheets { get; set; } #

When true and SheetNames is omitted, workbook image export includes hidden and very hidden worksheets. Explicitly named worksheets are exported regardless of visibility.

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

Timestamp used for dynamic Excel header/footer date and time fields in worksheet image exports. When omitted, workbook image export uses the current local time captured at the start of the workbook export.

public Boolean UseWorksheetPrintAreas { get; set; } #

When true, each worksheet image export uses that worksheet's print area when configured.

public Boolean SplitWorksheetsByManualPageBreaks { get; set; } #

When true, workbook image export asks each worksheet to split output at manual row and column page breaks.