MsoFileNewAction Enum

Definition

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.

Applies to