TabSheetObject.MinHeight

Syntax

MinHeight();

Description

The MinHeight property determines minimum height of table rows.

Comments

Use JSON or the setMinHeight method to set the property value and the getMinHeight method to get the property value.

If value of the Height property is less than MinHeight, on creating an object the Height property is set to MinHeight.

Example

The example of use is given on the TabSheetObject Constructor page.

See also:

TabSheetObject