Click or drag to resize

XlsPageSetupBase PaperSizeEntry Constructor

Initializes new instance of paper size entry.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public PaperSizeEntry(
	double width,
	double height,
	MeasureUnits units
)

Parameters

width
Type: System Double
Paper width.
height
Type: System Double
Paper height.
units
Type: Spire.Xls MeasureUnits
Units in which width and height are set.
See Also