MsoFileNewSection Enumeration
Specifies the task pane section to which to add a file or where the file reference exists.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoFileNewSection
'Usage
Dim instance As MsoFileNewSection
public enum MsoFileNewSection
Members
Member name | Description | |
---|---|---|
msoOpenDocument | Open Document section. | |
msoNew | New section. | |
msoNewfromExistingFile | New from Existing File section. | |
msoNewfromTemplate | New from Template section. | |
msoBottomSection | Bottom section. |
Remarks
Used with the Add method and the Remove method of the NewFile object.