DBTable.SaveAsPDFEx

Saves the spreadsheet as a PDF file, with orientation, to the specified file path.

Syntax Parameters Return Value
Function DBTable.SaveAsPDFEx( _
    FileName As String, _
    Optional Portrait As Boolean = True, _
    Optional Overwrite As Boolean = True) As Boolean
  • FileName [in]

    Type: String

  • Portrait [in, optional]

    Type: Boolean

    Default value: True

  • Overwrite [in, optional]

    Type: Boolean

    Default value: True

Boolean