MsoFileNewAction 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 action to take when a user clicks an item in the task pane.
public enum class MsoFileNewAction
public enum MsoFileNewAction
type MsoFileNewAction =
Public Enum MsoFileNewAction
- Inheritance
-
MsoFileNewAction
Fields
Name | Value | Description |
---|---|---|
msoEditFile | 0 | Edit file. |
msoCreateNewFile | 1 | Create a new file. |
msoOpenFile | 2 | Open file. |
Remarks
Used with the Add method of the NewFile object.