OlFormRegionSize 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.
Identifies the type of form region.
public enum class OlFormRegionSize
public enum OlFormRegionSize
Public Enum OlFormRegionSize
- Inheritance
-
OlFormRegionSize
Fields
Name | Value | Description |
---|---|---|
olFormRegionTypeSeparate | 0 | The form region is a separate form region. This includes a separate form region that is added to a standard form as a custom page, a separate form region that replaces the default page of a standard form, or a separate form region that replaces all pages in a standard form. |
olFormRegionTypeAdjoining | 1 | The form region is an adjoining form region. |