SpreadsheetML2003SaveOptions.SpreadsheetML2003SaveOptions

SpreadsheetML2003SaveOptions()

Creates the options for saving Excel 2003 spreadml file.

public SpreadsheetML2003SaveOptions()

See Also


SpreadsheetML2003SaveOptions(SaveFormat)

Creates the options for saving Excel 2003 spreadml file.

[Obsolete("Use SpreadsheetML2003SaveOptions() constructor instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public SpreadsheetML2003SaveOptions(SaveFormat saveFormat)
ParameterTypeDescription
saveFormatSaveFormatThe save format.

Remarks

NOTE: This constructor is now obsolete. Instead, please use SpreadsheetML2003SaveOptions() constructor. This property will be removed 12 months later since January 2021. Aspose apologizes for any inconvenience you may have experienced.

See Also