XlSaveAction Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies during file close if the file will be saved.
public enum class XlSaveAction
public enum XlSaveAction
Public Enum XlSaveAction
- Inheritance
-
XlSaveAction
Fields
Name | Value | Description |
---|---|---|
xlSaveChanges | 1 | Changes will be saved. |
xlDoNotSaveChanges | 2 | Changes will not be saved. |