Skip to main content
All docs
V23.2
Row

WorkbookOptions.Layout Property

Returns options that specify the document layout.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.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