MsoFileNewSection 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 the task pane section to which to add a file or where the file reference exists.
public enum class MsoFileNewSection
public enum MsoFileNewSection
type MsoFileNewSection =
Public Enum MsoFileNewSection
- Inheritance
-
MsoFileNewSection
Fields
Name | Value | Description |
---|---|---|
msoOpenDocument | 0 | Open Document section. |
msoNew | 1 | New section. |
msoNewfromExistingFile | 2 | New from Existing File section. |
msoNewfromTemplate | 3 | New from Template section. |
msoBottomSection | 4 | Bottom section. |
Remarks
Used with the Add method and the Remove method of the NewFile object.