Saves a Workbook as a PDF file at a specified file path. |
public static void SavePdf(Boolean onlySelectedWorksheets, String filePath) |
Public Static Sub SavePdf(ByVal onlySelectedWorksheets As Boolean, ByVal filePath As String) |
If true, only selected worksheets will be saved to the PDF. If false, all visible worksheets will be saved to the PDF. |
A |
If there is a problem creating, opening, or writing to the file specified, or reading from the Workbook object. |
|