Back to Devexpress

SheetView.CustomPaperWidth Property

officefileapi-devexpress-dot-spreadsheet-dot-sheetview-173ecd52.md

latest1.4 KB
Original Source

SheetView.CustomPaperWidth Property

Returns the custom paper width.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
float CustomPaperWidth { get; }
vb
ReadOnly Property CustomPaperWidth As Single

Property Value

TypeDescription
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

SheetView Interface

SheetView Members

DevExpress.Spreadsheet Namespace