Skip to content

RemoveItem

t3wz edited this page Oct 2, 2015 · 1 revision

RemoveItem

This function removes an item/row from a gridlist.

Syntax:

bool Gridlist:RemoveItem ( int columnIndex, int itemIndex )

Required Arguments

  • columnIndex: the column of the item
  • itemIndex: the item index

Returns

true if the item was removed false otherwise.