Share via


Visual Basic: Windows Controls

RowCount Property (Coolbar Control)

See Also   Example   Applies To

Returns the number of rows displayed in a CoolBar control.

Syntax

object**.RowCount[=number]**

The RowCount property syntax has these parts:

Part Description
object An object expression that evaluates to a CoolBar control.
number A long integer indicating the number of rows.

Remarks

The number of rows displayed by a CoolBar control isnt necessarily the same as the number of bands, since more than one band can be displayed in a single row.