Skip to main content
A newer version of this page is available. .

XlDocumentView.WindowY Property

Specifies the Y coordinate for the upper left corner of the workbook window. The value is measured in twips.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

public int WindowY { get; set; }

Property Value

Type Description
Int32

The upper left corner’s Y coordinate in twips.

Remarks

The WindowY property value may be ignored when you open the document in Microsoft Excel 2010 and later.

See Also