removeAt

removeAt(int index) method

Removes a cell from the collection by index.

Parameters

NameTypeDescription
indexintIndex of a cell to remove.

Returns

void