Spreadsheet.SaveAsPDFCustom
This function saves the spreadsheet as a PDF file, with custom length and width (in 10ths of millimeters), to the specified file path.
Syntax | Parameters | Return Value |
---|---|---|
Function Spreadsheet.SaveAsPDFCustom( _ FileName As String, _ Optional Orientation As PDFOrientation = 1, _ Optional Width As Long = 2159, _ Optional Length As Long = 2794, _ Optional Overwrite As Boolean = True) As Boolean |
Type: String Type: PDFOrientation Default value: 1 Type: Long Default value: 2159 Type: Long Default value: 2794 Type: Boolean Default value: True |
Boolean |
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.