API Reference
Class
ExcelWorksheetImageExportOptions
Options for worksheet image export.
Inheritance
- ExcelImageExportOptions
- ExcelWorksheetImageExportOptions
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 ExcelSheet.CreateVisualSnapshot
- Method ExcelSheet.ExportImage
- Method ExcelSheet.ExportImages
- Method ExcelSheet.SaveAsPng
- Method ExcelSheet.SaveAsPng
- Method ExcelSheet.SaveAsSvg
- Method ExcelSheet.SaveAsSvg
- Method ExcelSheet.ToPng
- Method ExcelSheet.ToSvg
Constructors
public ExcelWorksheetImageExportOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Range { get; set; } #Optional explicit range. When omitted, the worksheet used range is exported.
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.
Inherited Properties
public OfficeColor GridlineColor { get; set; } #Inherited from ExcelImageExportOptions
public Boolean ShowGridlines { get; set; } #Inherited from ExcelImageExportOptions
public Boolean IncludeImages { get; set; } #Inherited from ExcelImageExportOptions
public Boolean IncludeCharts { get; set; } #Inherited from ExcelImageExportOptions
public Boolean IncludeDrawingObjects { get; set; } #Inherited from ExcelImageExportOptions
public Boolean IncludeConditionalFormatting { get; set; } #Inherited from ExcelImageExportOptions
public Nullable<DateTime> ConditionalFormattingDate { get; set; } #Inherited from ExcelImageExportOptions
public Boolean ShowHyperlinkHints { get; set; } #Inherited from ExcelImageExportOptions
public Boolean ShowCommentBodies { get; set; } #Inherited from ExcelImageExportOptions
public Double DefaultColumnWidthPixels { get; set; } #Inherited from ExcelImageExportOptions
public Double DefaultRowHeightPixels { get; set; } #Inherited from ExcelImageExportOptions
public Double Scale { get; set; } #Inherited from OfficeImageExportOptions
public OfficeColor BackgroundColor { get; set; } #Inherited from OfficeImageExportOptions