Share via


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)

Usage

Dim msoFileNewSection1 As MsoFileNewSection = MsoFileNewSection.msoBottomSection

Syntax

Public Enum MsoFileNewSection
public enum MsoFileNewSection
public enum class MsoFileNewSection
public enum MsoFileNewSection
public enum MsoFileNewSection

Members

Member name Description
msoBottomSection Bottom section.
msoNew New section.
msoNewfromExistingFile New from Existing File section.
msoNewfromTemplate New from Template section.
msoOpenDocument Open Document section.

Remarks

Used with the Add method and the Remove method of the NewFile object.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace