API Reference
ExcelImageExportOptions
Options for dependency-free Excel range, worksheet, and workbook image export.
Inheritance
- OfficeImageExportOptions
- ExcelImageExportOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method ExcelRange.CreateVisualSnapshot
- Method ExcelRange.ExportImage
- Method ExcelRange.SaveAsPng
- Method ExcelRange.SaveAsPng
- Method ExcelRange.SaveAsSvg
- Method ExcelRange.SaveAsSvg
- Method ExcelRange.ToPng
- Method ExcelRange.ToSvg
Constructors
public ExcelImageExportOptions() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public OfficeColor GridlineColor { get; set; } #Gridline color used when ShowGridlines is enabled.
public Boolean ShowGridlines { get; set; } #Whether default worksheet gridlines are rendered.
public Boolean IncludeImages { get; set; } #Whether worksheet images should be included when supported.
public Boolean IncludeCharts { get; set; } #Whether worksheet charts should be included when supported.
public Boolean IncludeDrawingObjects { get; set; } #Whether supported worksheet drawing objects, such as simple shapes and text boxes, should be included.
public Boolean IncludeConditionalFormatting { get; set; } #Whether supported conditional formatting visuals should be included.
public Nullable<DateTime> ConditionalFormattingDate { get; set; } #Date used to evaluate relative conditional-formatting time-period rules such as Today, Yesterday, Last7Days, and ThisMonth. When omitted, image export uses the current local date captured during option normalization.
public Boolean ShowHyperlinkHints { get; set; } #Whether cells with hyperlink metadata should get a default blue underline hint when their style does not already make the link visible.
public Boolean ShowCommentBodies { get; set; } #Whether visible cell comment and threaded-comment bodies should be rendered as dependency-free callouts.
public Double DefaultColumnWidthPixels { get; set; } #Default column width in pixels when a column has no explicit width.
public Double DefaultRowHeightPixels { get; set; } #Default row height in pixels when a row has no explicit height.