[]
add()add(int position) voidadd(int position,
int count) voiddelete(int position,
int count) get(int index) ITableRow at the specified index.intgetCount()forEach, iterator, spliteratorITableRow at the specified index.index - The index.ITableRow object.ITableRow object.position - 0 based Integer. Specifies the relative position of the new row.position - 0 based Integer. Specifies the relative position of the new row(s).count - Specifies the count of the new row(s).position - 0 based Integer. Specifies the relative position of the deleted row(s).count - Specifies the count of the deleted row(s).