Class WorkbookView
Inheritance
System.Object
WorkbookView
Assembly: DRIT.Spreadsheet.dll
Syntax
public class WorkbookView : object
Constructors
WorkbookView(Workbook)
Declaration
public WorkbookView(Workbook workbook)
Parameters
Fields
DefaultActiveTab
Declaration
public const int DefaultActiveTab = null
Field Value
Type |
Description |
System.Int32 |
|
Properties
ActiveSheet
Declaration
public Sheet ActiveSheet { get; set; }
Property Value
ActiveTab
Declaration
public int ActiveTab { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AutoFilterDateGrouping
Declaration
public bool AutoFilterDateGrouping { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Minimized
Declaration
public bool Minimized { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Gets or sets whether to show the horizontal scrollbar.
Declaration
public bool ShowHorizontalScrollBar { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowSheetTabs
Declaration
public bool ShowSheetTabs { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Gets or sets whether to show the vertical scrollbar.
Declaration
public bool ShowVerticalScrollBar { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UpperLeftCornerX
Specifies the X coordinate for the upper left corner of the workbook window. The unit of measurement for this value is twips.
Declaration
public int UpperLeftCornerX { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UpperLeftCornerY
Specifies the Y coordinate for the upper left corner of the workbook window. The unit of measurement for this value is twips.
Declaration
public int UpperLeftCornerY { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Visibility
Declaration
public WorkbookVisibility Visibility { get; set; }
Property Value
WindowHeight
Specifies the height of the workbook window. The unit of measurement for this value is twips.
Declaration
public int WindowHeight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
WindowWidth
Specifies the width of the workbook window. The unit of measurement for this value is twips.
Declaration
public int WindowWidth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|