Public Properties Public Methods Public Events
Public Methods
Public Properties
Gets or sets the first visible column in the right pane(s) of the worksheet. Syntax Property Value The zero-based index of the first visible column in the right pane(s). Exceptions Exception Description System.ArgumentOutOfRangeException The assigned value is outside the valid column range (0 to one less than Work...
Gets or sets the first visible row in the bottom pane(s) of the worksheet. Syntax Property Value The zero-based index of the first visible row in the bottom pane(s). Exceptions Exception Description System.ArgumentOutOfRangeException The assigned value is outside the valid row range (0 to one less than Workbook.Ma...
Occurs after a property value has changed Syntax Event Data The event handler receives an argument of type PropertyChangedEventArgs containing data related to this event. The following PropertyChangedEventArgs properties provide information specific to this event.Property Description PropertyName
Resets the pane settings to their defaults. Syntax Remarks The defaults used for each setting are the same defaults with which Microsoft Excel creates a blank worksheet.
Represents the various paper sizes available for printing. Syntax Members Member Description A2 A2 420mm x 594mm A3 A3 297mm x 420mm A3Extra A3 Extra 322mm x 445mm A3ExtraTransverse A3 Extra Transverse 322mm x 445mm A3Rotated A3 Rotated 420mm x 297mm A3Transverse A3 Transverse 297mm x 420mm A4 A4 210mm x 297mm A4E...
Represents the options available for getting or setting the bounds of a shape, cell, or region. Syntax Members Member Description None No special options should be used. Get and set actual bounds on the worksheet in its current state. TreatAllRowsAndColumnsAsVisible Ignore the RowColumnBase.Hidden value on all row...
Represents the types of precision which can be used when obtaining the value of a cell. Syntax Members Member Description UseDisplayValues The display value of the cell is used. If the cells actual value is 10.005, but it is using currency formatting, it will display as $10.01. When this cell is used in calculatio...