Represents the table canvas item. The Table CanvasItems contains an arrayList of TableRow Object which contain an array list of TableCell Objects which contains an array list of canvasItems. This class saves, load, and renders a table.
'Declaration
Public Class Table
Inherits CanvasItem