SetExportOption Method (Python)
Sets the value of the specified export option to the value provided.
Syntax
SpssClient.SetExportOption(option,value)
Parameters
value. A string
For a list of the available export options and associated
settings, see . The value of option is the identifier SpssClient.ExportOptions
, followed by a
period (.) and the name of the option--for example, SpssClient.ExportOptions.GraphExportType
.