Back to Devexpress

SheetView.CustomPaperHeight Property

officefileapi-devexpress-dot-spreadsheet-dot-sheetview-6f6977da.md

latest1.4 KB
Original Source

SheetView.CustomPaperHeight Property

Returns the custom paper height.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
Single

The paper height 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