Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+
Row

WorkbookOptions.Layout Property

Returns options that specify the document layout.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

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