Click or drag to resize

StiOptionsExportExcel Class

Class for adjustment of the Excel export of a report.
Inheritance Hierarchy
SystemObject
  Stimulsoft.ReportStiOptionsExportExcel

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class Excel

The StiOptionsExportExcel type exposes the following members.

Constructors
  NameDescription
Public methodStiOptionsExportExcel
Initializes a new instance of the StiOptionsExportExcel class
Top
Properties
  NameDescription
Public propertyStatic memberAllowExportDateTime
Gets or sets a value indicating whether it is necessary to use image comparer.
Public propertyStatic memberAllowFreezePanes
Gets or sets a value indicating whether it is necessary to use the "Freeze panes" feature of Excel.
Public propertyStatic memberAllowImageComparer
Gets or sets a value indicating whether it is necessary to use image comparer.
Public propertyStatic memberColumnsRightToLeft
Gets or sets a value indicating whether it is necessary to set columns right to left.
Public propertyStatic memberDivideBigCells
Gets or sets a value indicating behavior of the exporting big cells will be divided into small cells.
Public propertyStatic memberFitToOnePageWide
Gets or sets a value forcing fit to one page wide.
Public propertyStatic memberImageMoveAndSizeWithCells
Gets or sets a value forcing to move and size images with cells.
Public propertyStatic memberMaximumSheetHeight
Gets or sets a value indicating maximum sheet height in rows.
Public propertyStatic memberRemoveEmptySpaceAtBottom
Gets or sets a value indicating whether it is necessary to remove empty space at the bottom of page
Public propertyStatic memberRenderCheckBoxAsImage
Gets or sets a value indicating a checkbox rendering mode.
Public propertyStatic memberRenderHtmlTagsAsImage
Gets or sets a value indicating a Html tags rendering mode.
Public propertyStatic memberRestrictEditing
Public propertyStatic memberSheetViewMode
Gets or sets a value of Excel sheet view mode.
Public propertyStatic memberShowGridLines
Gets or sets a value indicating whether it is necessary to set flag "Show Grid Lines".
Public propertyStatic memberTrimTrailingSpaces
Gets or sets a value indicating whether it is necessary to trim trailing spaces.
Public propertyStatic memberUseImageResolution
Gets or sets a value indicating whether it is necessary to use image resolution
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also