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
[<System.Serializable>]
type WindowFrameType =
Public Enum WindowFrameType
- Inheritance
-
WindowFrameType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Rows | 0 | Rows is used |
Range | 1 | Range is used |