API Reference

Class

ExcelRangeImageExportBuilder

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Base OfficeImageExportBuilder<ExcelRangeImageExportBuilder, ExcelImageExportOptions>
Modifiers sealed

Fluent image-export builder for an Excel range.

Inheritance

  • OfficeImageExportBuilder<ExcelRangeImageExportBuilder, ExcelImageExportOptions>
  • ExcelRangeImageExportBuilder

Usage

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

Methods

public ExcelRangeImageExportBuilder IncludeCharts(Boolean include = true) #
Returns: ExcelRangeImageExportBuilder

Includes or excludes worksheet charts.

Parameters

include System.Boolean = true optionalposition: 0
public ExcelRangeImageExportBuilder IncludeConditionalFormatting(Boolean include = true) #
Returns: ExcelRangeImageExportBuilder

Includes or excludes supported conditional-formatting visuals.

Parameters

include System.Boolean = true optionalposition: 0
public ExcelRangeImageExportBuilder IncludeDrawingObjects(Boolean include = true) #
Returns: ExcelRangeImageExportBuilder

Includes or excludes supported drawing objects.

Parameters

include System.Boolean = true optionalposition: 0
public ExcelRangeImageExportBuilder IncludeHidden(Boolean include = true) #
Returns: ExcelRangeImageExportBuilder

Includes or excludes hidden rows and columns.

Parameters

include System.Boolean = true optionalposition: 0
public ExcelRangeImageExportBuilder IncludeImages(Boolean include = true) #
Returns: ExcelRangeImageExportBuilder

Includes or excludes worksheet images.

Parameters

include System.Boolean = true optionalposition: 0
public ExcelRangeImageExportBuilder ShowComments(Boolean show = true) #
Returns: ExcelRangeImageExportBuilder

Enables or disables visible cell comment bodies.

Parameters

show System.Boolean = true optionalposition: 0
public ExcelRangeImageExportBuilder WithConditionalFormattingDate(DateTime date) #
Returns: ExcelRangeImageExportBuilder

Sets the date used to evaluate relative conditional-formatting rules.

Parameters

date System.DateTime requiredposition: 0
public ExcelRangeImageExportBuilder WithGridlines(Boolean show = true) #
Returns: ExcelRangeImageExportBuilder

Enables or disables worksheet gridline rendering.

Parameters

show System.Boolean = true optionalposition: 0
public ExcelRangeImageExportBuilder WithoutGridlines() #
Returns: ExcelRangeImageExportBuilder

Disables worksheet gridline rendering.