SetWindowSize Method

Office Open XML

Set the window position in twips

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public void SetWindowSize(
	int left,
	int top,
	int width,
	int height
)
Visual Basic (Declaration)
Public Sub SetWindowSize ( _
	left As Integer, _
	top As Integer, _
	width As Integer, _
	height As Integer _
)
Visual C++
public:
void SetWindowSize(
	int left, 
	int top, 
	int width, 
	int height
)

Parameters

left
Type: System..::.Int32

[Missing <param name="left"/> documentation for "M:OfficeOpenXml.ExcelWorkbookView.SetWindowSize(System.Int32,System.Int32,System.Int32,System.Int32)"]

top
Type: System..::.Int32

[Missing <param name="top"/> documentation for "M:OfficeOpenXml.ExcelWorkbookView.SetWindowSize(System.Int32,System.Int32,System.Int32,System.Int32)"]

width
Type: System..::.Int32

[Missing <param name="width"/> documentation for "M:OfficeOpenXml.ExcelWorkbookView.SetWindowSize(System.Int32,System.Int32,System.Int32,System.Int32)"]

height
Type: System..::.Int32

[Missing <param name="height"/> documentation for "M:OfficeOpenXml.ExcelWorkbookView.SetWindowSize(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also