RevisionTable.Export Method
Parent Object: RevisionTableDescription
Saves the revision table to an external file.
Syntax
RevisionTable.Export( FileName As String, FileFormat As FileFormatEnum, [Options] As Variant )Parameters
Name | Type | Description | |||||||||||||||||||||
FileName | String | Input string that specifies the file name to export the revision table to. | |||||||||||||||||||||
FileFormat | FileFormatEnum | Input FileFormatEnum that specifies the file format to save to. | |||||||||||||||||||||
Options | Variant | Optional input NameValueMap object that specifies additional options for export. Valid inputs are listed in the table below.
This is an optional argument whose default value is null. |