DGRow.RealHeight

Syntax

RealHeight: Number;

Description

The RealHeight property determines table row height.

Comments

Use JSON or the setRealHeight method to set the property value and the getRealHeight method to get the property value.

Example

The example of property use is given in description of the DGRow class constructor.

See also:

DGRow