SpreadsheetOptions Class
Provides options for rendering spreadsheets.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.OptionsSpreadsheetOptions

Namespace: GroupDocs.Viewer.Options
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public class SpreadsheetOptions

The SpreadsheetOptions type exposes the following members.

Properties
  NameDescription
Public propertyCountColumnsPerPage
The columns count to include into each page when splitting worksheet into pages.
Public propertyCountRowsPerPage
The rows count to include into each page when splitting worksheet into pages.
Public propertyDetectSeparator
Detect separator (for CSV/TSV files).
Public propertyRenderGridLines
Enables grid lines rendering.
Public propertyRenderHeadings
Enables headings rendering.
Public propertyRenderHiddenColumns
Enables hidden columns rendering.
Public propertyRenderHiddenRows
Enables hidden rows rendering.
Public propertySkipEmptyColumns
Disables empty columns rendering.
Public propertySkipEmptyRows
Disables empty rows rendering.
Public propertyTextOverflowMode
The text overflow mode for rendering spreadsheet documents into HTML.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberForOnePagePerSheet
Initializes new instance of SpreadsheetOptions class for rendering whole sheet into page.
Public methodStatic memberForRenderingByPageBreaks
Initializes new instance of SpreadsheetOptions for rendering print areas only.
Public methodStatic memberForRenderingPrintArea
Initializes new instance of SpreadsheetOptions for rendering print areas only.
Public methodStatic memberForSplitSheetIntoPages(Int32)
Initializes new instance of SpreadsheetOptions for rendering sheet into pages.
Public methodStatic memberForSplitSheetIntoPages(Int32, Int32)
Initializes new instance of SpreadsheetOptions for rendering sheet into pages.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also