Returns or sets a value that determines if the control displays partial rows.
Syntax
object.IntegralHeight [=boolean]
The IntegralHeight property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
boolean | A Boolean expression specifying if the control shows partial rows, as shown in Settings. |
Settings
The settings for boolean are:
Constant | Description |
False | Partial rows are shown. |
True | (Default) The control shows only complete rows. |