"blankNonExistingRows"

Allows to define whether empty rows are visible or not.

Synopsis

shape.blankNonExistingRows(boolshow);

Parameter

Parameter Description
shape Name of the object
show Defines if the empty rows are visible. Default: FALSE (Empty Rows are visible)

Description

Allows to define whether empty rows which are not existing yet shall be displayed under the last row of a table (grid and background color in case of alternating row colors) or not.

Example

Following example deactivates the displaying of empty rows.

 main()
{
  TABLE1.blankNonExistingRows(true);
}

Assignment

Table