WorkbookOptions.Layout Property
In This Article
Returns options that specify the document layout.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
public WorkbookLayoutOptions Layout { get; }
#Property Value
Type | Description |
---|---|
Workbook |
Document layout options. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Layout |
---|---|
Workbook |
|
See Also