'Declaration Public Overloads Function SavePdf( _ ByVal sheetView As SheetView, _ ByVal fileName As String _ ) As Boolean
Parameters
- sheetView
- Sheet to be printed
- fileName
- Path and file name of PDF file
'Declaration Public Overloads Function SavePdf( _ ByVal sheetView As SheetView, _ ByVal fileName As String _ ) As Boolean
FpSpread1.SavePdf(FpSpread1.Sheets[0], "D:\\testprint\\test.pdf");
FpSpread1.SavePdf(FpSpread1.Sheets(0), "D:\testprint\test.pdf")