Skip to main content

XlDocumentView.WindowHeight Property

Specifies the height of the workbook window. The value is measured in twips.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public int WindowHeight { get; set; }

Property Value

Type Description
Int32

The workbook window’s height in twips.

Remarks

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

See Also