Back to Devexpress

XlsxExportOptionsEx.BandedLayoutMode Property

corelibraries-devexpress-dot-xtraprinting-dot-xlsxexportoptionsex-c9e2cd07.md

latest2.4 KB
Original Source

XlsxExportOptionsEx.BandedLayoutMode Property

Gets or sets how bands and columns are arranged in the output worksheet (when exporting from Banded Views).Only available in data-aware export mode.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public BandedLayoutMode BandedLayoutMode { get; set; }
vb
Public Property BandedLayoutMode As BandedLayoutMode

Property Value

TypeDescription
BandedLayoutMode

A value that identifies the current layout of bands and columns in the output worksheet.

|

Available values:

NameDescription
Default

The layout of grid bands and columns is preserved in the output worksheet.

| | LinearBandsAndColumns |

Bands and columns are stretched out in a single line in the output worksheet. Bands are presented in the output by worksheet collapsible columns without data.

| | LinearColumns |

Columns from all visible grid bands are stretched out in a single line in the output worksheet. Grid bands are not added to the output.

|

Remarks

See XlsExportOptionsEx.BandedLayoutMode to learn more.

See Also

BandedLayoutMode

XlsxExportOptionsEx Class

XlsxExportOptionsEx Members

DevExpress.XtraPrinting Namespace