SpreadsheetSaveOptionsOutputFormat Property |
Allows to specify a Spreadsheet format, which will be used for saving the document
Namespace: GroupDocs.Editor.OptionsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.10.0.0
Syntaxpublic SpreadsheetFormats OutputFormat { get; set; }
Public Property OutputFormat As SpreadsheetFormats
Get
Set
public:
property SpreadsheetFormats OutputFormat {
SpreadsheetFormats get ();
void set (SpreadsheetFormats value);
}
member OutputFormat : SpreadsheetFormats with get, set
Property Value
Type:
SpreadsheetFormats
See Also