SpreadsheetSaveOptions

SpreadsheetSaveOptions()

Initializes a new instance of SpreadsheetSaveOptions class with default values.

public SpreadsheetSaveOptions()

See Also


SpreadsheetSaveOptions(SpreadsheetSaveFileFormat)

Initializes a new instance of SpreadsheetSaveOptions class with predefined output file format.

public SpreadsheetSaveOptions(SpreadsheetSaveFileFormat fileFormat)
Parameter Type Description
fileFormat SpreadsheetSaveFileFormat Specifies output file format.

See Also


SpreadsheetSaveOptions(SpreadsheetSaveFileFormat, bool)

Initializes a new instance of SpreadsheetSaveOptions class with specified output type and overwrite flag.

public SpreadsheetSaveOptions(SpreadsheetSaveFileFormat fileFormat, bool overwriteExistingFile)
Parameter Type Description
fileFormat SpreadsheetSaveFileFormat Specifies output file format.
overwriteExistingFile Boolean Flag whether to overwrite signed file with same file.

See Also