Click or drag to resize
NanoXLSX

WorksheetReader Properties

The WorksheetReader type exposes the following members.

Properties
 NameDescription
Public propertyAutoFilterRange Gets the auto filter range. If null, no auto filters were defined
Public propertyColumns Gets a list of defined Columns
Public propertyCurrentZoomScale Gets the zoom factor of the current view type
Public propertyData Gets the data of the worksheet as Dictionary of cell address-cell object tuples
Public propertyDefaultColumnWidth Gets the default column width if defined, otherwise null
Public propertyDefaultRowHeight Gets the default row height if defined, otherwise null
Public propertyMergedCells Gets a list of merged cells
Public propertyPaneSplitValue Gets the definition of pane split-related information
Public propertyRows Gets a dictionary of internal Row definitions
Public propertySelectedCells Gets the selected cells (panes are currently not considered)
Public propertyShowGridLines Gets whether grid lines are shown
Public propertyShowRowColHeaders Gets whether column and row headers are shown
Public propertyShowRuler Gets whether rulers are shown in view type: pageLayout
Public propertyStyleAssignment Gets the assignment of resolved styles to cell addresses
Public propertyViewType Gets the sheet view type of the current worksheet
Public propertyWorksheetProtection Gets the applicable worksheet protection values
Public propertyWorksheetProtectionHash Gets the (legacy) password hash of a worksheet if protection values are applied with a password
Public propertyZoomFactors Gets all preserved zoom factors of the worksheet
Top
See Also