Sets or returns whether a Band object will be displayed in a new row on the CoolBar control.
Syntax
object.NewRow [= boolean]
The NewRow property syntax has these parts:
| Part | Description |
| object | An object expression that evaluates to a Band object. |
| boolean | A Boolean expression specifying whether the band will be displayed in a new row. |
Settings
The settings for boolean are:
| Setting | Description |
| False | (Default) Band will be added to the last existing row. |
| True | Band will start a new row. |
Note The NewRow property doesn’t affect the first Band object in a Bands collection. The first Band always starts a new row.