Class which controls the way unfrozen panes are arranged and used for a worksheet. Syntax Remarks Note: Frozen and unfrozen panes cannot be used simultaneously, so depending whether the panes are frozen or unfrozen, these settings may not be used or saved.
For a list of all members of this type, see UnfrozenPaneSettings members. Public Events Name Description PropertyChanged Occurs after a property value has changed (Inherited from Infragistics.Documents.Excel.PaneSettingsBase) Top
Public Properties Public Methods Public Events
Public Methods
Public Properties
Gets or sets the first visible column in the left pane(s) of the worksheet. Syntax Property Value The zero-based index of the first visible column in the left pane(s). Exceptions Exception Description System.ArgumentOutOfRangeException The assigned value is outside the valid column range (0 to one less than Workbo...
Gets or sets the first visible row in the top pane(s) of the worksheet. Syntax Property Value The zero-based index of the first visible row in the top pane(s). Exceptions Exception Description System.ArgumentOutOfRangeException The assigned value is outside the valid row range (0 to one less than Workbook.MaxExcel...
Gets or sets the width of the left pane in twips (1/20th of a point). Syntax Property Value The width of the left pane, or zero if there is no horizontal pane split. Exceptions Exception Description System.ArgumentOutOfRangeException Thrown when the width specified is outside the valid width range (0 to 65535). Re...
Gets or sets the height of the top pane in twips (1/20th of a point). Syntax Property Value The height of the top pane, or zero if there is no vertical pane split. Exceptions Exception Description System.ArgumentOutOfRangeException Thrown when the height specified is outside the valid height range (0 to 65535). Re...
Represents an unsupported shape which has been loaded from a workbook file. Syntax Remarks This class is used for round-tripping purposes, so unsupported shapes which have been loaded can be saved back out with the workbook. The class allows the unsupported shapes to be identified in shape collections so they can ...