Height property

This property gets the height of the first row and sets the height to all rows. To set the height to all rows, set the AutoHeight property to false.

Defined in

TextTableRows

Data type

int

Syntax

public int getHeight()
public void setHeight(int height)

See examples

Example: Height property

Related information

Height property in TextTableRow.