OlMultiLine 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.
Indicates when multiple lines are displayed in a TableView object.
public enum class OlMultiLine
public enum OlMultiLine
Public Enum OlMultiLine
- Inheritance
-
OlMultiLine
Fields
Name | Value | Description |
---|---|---|
olWidthMultiLine | 0 | Single lines are displayed unless the length of the line, in characters, is greater than the value for the MultiLineWidth property of the TableView object, at which point multiple lines are displayed. |
olAlwaysSingleLine | 1 | Single lines are always displayed. |
olAlwaysMultiLine | 2 | Multiple lines are always displayed. |