MsoScriptLocation 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 location of the script anchor within a document.
public enum class MsoScriptLocation
public enum MsoScriptLocation
type MsoScriptLocation =
Public Enum MsoScriptLocation
- Inheritance
-
MsoScriptLocation
Fields
Name | Value | Description |
---|---|---|
msoScriptLocationInHead | 1 | Script anchor is in the head of the document. |
msoScriptLocationInBody | 2 | Script anchor is in the body of the document. |