Top Property

Office Open XML

Position of the upper left corner of the workbook window. In twips.

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

Syntax

C#
public int Top { get; internal set; }
Visual Basic (Declaration)
Public Property Top As Integer
Visual C++
public:
property int Top {
	int get ();
	void set (int value);
}

See Also