Skip to main content
All docs
V25.1
  • XlDocumentView.WindowWidth Property

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

    Namespace: DevExpress.Export.Xl

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public int WindowWidth { get; set; }

    Property Value

    Type Description
    Int32

    The workbook window’s width in twips.

    Remarks

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

    See Also