TSheetView Record
This class has the different "Page View" modes that you can choose in Excel, ad properties of each mode.
Syntax
Unit: FlexCel.Core
TSheetView = record;
Methods
| Name |
Description |
| Create |
Creates a new TSheetView with the specified values.
|
| Equals |
Returns true if both object are the same.
|
| GetHashCode |
Returns the hashcode of the instance.
|
Operators
| Name |
Description |
| Equality |
Adapts the = operator so it returns true when both instances have the same values. |
| Inequality |
Adapts the <> operator so it returns true when both instances have different values. |
Properties
| Name |
Description |
| ViewType |
Active view mode.
|
| ShowWhitespace |
If true, when in Page Layout mode Excel will show whitespace between sheets.
|
| ShowRulers |
If true, Excel will show rulers when in Page Layout mode.
|
| ZoomNormal |
Zoom for when we are in normal mode. It must be 0, or a value between 10 and 400. Zero means to use the default zoom.
|
| ZoomPageLayout |
Zoom for when we are in Page Layout mode. It must be 0, or a value between 10 and 400. Zero means to use the default zoom.
|
| ZoomPageBreakPreview |
Zoom for when we are in Page Break Preview mode. It must be 0, or a value between 10 and 400. Zero means to use the default zoom which is 60%% for Excel 2013.
|