LayoutBox.removeByIndex

Syntax

removeByIndex(index: Number);

Parameters

index. Position of the item being removed.

Description

The removeByIndex method removes an element from the table by index.

Example

The example of method use is given in the Example of Creating the LayoutBox Component page.

See also:

LayoutBox