Click or drag to resize
WorksheetOptionsElement Class
Provides the possibility to change various options for the current Worksheet.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.GridExcelBuilder.AbstractElementBase
    Kettic.AspNet.Controls.GridExcelBuilderWorksheetOptionsElement

Namespace: Kettic.AspNet.Controls.GridExcelBuilder
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class WorksheetOptionsElement : ElementBase

The WorksheetOptionsElement type exposes the following members.

Constructors
  NameDescription
Public methodWorksheetOptionsElement
Top
Properties
  NameDescription
Public propertyAllowFreezePanes
Specifies whether the panes of a worksheet window are frozen.
Public propertyLeftColumnRightPaneNumber
Contains the column number of the leftmost visible column in the right pane of a worksheet window.
Public propertyPageSetup
Used to set the Page-related settings.
Public propertySplitHorizontalOffset
Contains the number of points from the top of the window that a worksheet is split horizontally.
Public propertySplitVerticalOffest
Contains the number of points from the left of the window that a worksheet is split vertically.
Public propertyTopRowBottomPaneNumber
Contains the row number of the topmost visible row in the bottom pane of a worksheet window.
Top
See Also