MsoScriptLocation Enumeration

Specifies the location of the script anchor within a document.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoScriptLocation
'Usage
Dim instance As MsoScriptLocation
public enum MsoScriptLocation

Members

Member name Description
msoScriptLocationInHead Script anchor is in the head of the document.
msoScriptLocationInBody Script anchor is in the body of the document.

See Also

Reference

Microsoft.Office.Core Namespace