Display.addCell

Add a new cell to the display. Replaces the cell if one already exists.

class Display
addCell
(,
const string type
)

Parameters

position Position

Position of the cell in the display.

type string

Type of the cell.

Return Value

Type: Cell

The created cell.

Meta