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
)
Public Sub New (
width As Double,
height As Double,
units As MeasureUnits
)
public:
PaperSizeEntry(
double width,
double height,
MeasureUnits units
)
new :
width : float *
height : float *
units : MeasureUnits -> PaperSizeEntry
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