SaveOptions enumeration

Specifies whether to overwrite an existing, unlocked file.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Office.Excel.Server.WebServices
Assembly:  Microsoft.Office.Excel.Server.WebServices (in Microsoft.Office.Excel.Server.WebServices.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration SaveOptions
'Usage
Dim instance As SaveOptions
[FlagsAttribute]
public enum SaveOptions

Members

Member name Description
None To be specified if no other enumerator option is specified.
AllowOverwrite If this enumerator is specified, the existing, unlocked file is overwritten. If this enumerator is not specified, the existing file will not be overwritten. The caller must have sufficient permission to overwrite the file.

See also

Reference

Microsoft.Office.Excel.Server.WebServices namespace