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

msoCreateNewFile 1

Create a new file.

msoEditFile 0

Edit file.

msoOpenFile 2

Open file.

Remarks

Used with the Add method of the NewFile object.

Applies to