Graph.SaveAsFormat

Saves the document as specified format.

Syntax Parameters Return Value
Function Graph.SaveAsFormat( _
    FileName As String, _
    format As GraphFileFormat, _
    Optional Overwrite As Variant = 0) As Boolean
  • FileName [in]

    Type: String

  • format [in]

    Type: GraphFileFormat

  • Overwrite [in, optional]

    Type: Variant

    Default value: 0

Boolean