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

SheetView.CustomPaperWidth Property

Returns the custom paper width.

Namespace: DevExpress.Spreadsheet

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

Declaration

float CustomPaperWidth { get; }

Property Value

Type Description
Single

The paper width in measurement units defined by the Unit property. 0 if custom paper size is not specified.

Remarks

Use the Sheet.ActiveView.SetCustomPaperSize method to specify custom paper size for a worksheet or chart sheet.

See Also