WindowFrameType 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.
Type of the window frame. Specifies whether ROWS or RANGE units are used.
[System.Serializable]
public enum WindowFrameType
type WindowFrameType =
Public Enum WindowFrameType
- Inheritance
-
WindowFrameType
- Attributes
-
SerializableAttribute SerializableAttribute
Fields
| Range | 1 | Range is used |
| Rows | 0 | Rows is used |