Table of Contents

Class ExcelWorkbookView

Namespace
OfficeOpenXml
Assembly
Magicodes.EPPlus.dll
public class ExcelWorkbookView : XmlHelper
Inheritance
ExcelWorkbookView
Inherited Members
Extension Methods

Properties

ActiveTab

public int ActiveTab { get; set; }

Property Value

int

Height

public int Height { get; }

Property Value

int

Left

public int Left { get; }

Property Value

int

Minimized

public bool Minimized { get; set; }

Property Value

bool

ShowHorizontalScrollBar

public bool ShowHorizontalScrollBar { get; set; }

Property Value

bool

ShowSheetTabs

public bool ShowSheetTabs { get; set; }

Property Value

bool

ShowVerticalScrollBar

public bool ShowVerticalScrollBar { get; set; }

Property Value

bool

Top

public int Top { get; }

Property Value

int

Width

public int Width { get; }

Property Value

int

Methods

SetWindowSize(int, int, int, int)

public void SetWindowSize(int left, int top, int width, int height)

Parameters

left int
top int
width int
height int