Skip to main content
All docs
V25.1
  • Row

    WorkbookOptions.Layout Property

    Returns options that specify the document layout.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public WorkbookLayoutOptions Layout { get; }

    Property Value

    Type Description
    WorkbookLayoutOptions

    Document layout options.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to Layout
    Workbook
    .Options .Layout
    See Also