XlsPageSetupBase
SetCustomPaperSize Method
|
Sets the custom paper size. Unit mm.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetCustomPaperSize(
float width,
float height
)
Public Sub SetCustomPaperSize (
width As Single,
height As Single
)
public:
void SetCustomPaperSize(
float width,
float height
)
member SetCustomPaperSize :
width : float32 *
height : float32 -> unit
Parameters
-
width
-
Type:
System
Single
-
height
-
Type:
System
Single
See Also