# Instance
Class
## Enumerations
| Name | Value | Description |
| --- | :---: | --- |
| OverflowStyles | None <br > Ellipsize <br > Linebreak | Supported overflown text styles. |
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| AddCellStyle | row as Integer <br> column as Integer <br> style as GraffitiPDF.Tables.CellStyle | (None) | Applies a GraffitiWebPDFCellStyle to the cell specified by Row and Column. |
| AddColumn | title as String | (None) | Adds a column to the table. |
| AddRow | ParamArray Values as String | (None) | Adds a row to the table. |
| Constructor | width as Integer = 0 <br> pageSplit as Boolean = true | (None) | Creates a new instance of the class. |
| Footer | index as Integer | String | (None) |
| Footer | index as Integer <br> assigns value as String | (None) | (None) |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Attributes | mID | String | (None) |
| AvoidPageSplit | Boolean | False | Try to reposition the table so that it avoids being split by page boundaries. |
| BodyStyle | GraffitiPDF.Tables.CellStyle | (None) | Style object used for drawing even numbered table rows. |
| BodyStyleAlternate | GraffitiPDF.Tables.CellStyle | (None) | Style used for drawing odd numbered table rows. |
| cellStyles() | Dictionary | (None) | (None) |
| EndY | Integer | (None) | The ending Y position for the table. |
| FooterStyle | GraffitiPDF.Tables.CellStyle | (None) | Style used for drawing the table header. |
| HeaderStyle | GraffitiPDF.Tables.CellStyle | (None) | Style used for drawing the table header. |
| MarginBottom | Integer | -1 | Space between the table and objects below it. |
| MarginLeft | Integer | -1 | Space between the table and objects to the left. |
| MarginRight | Integer | -1 | Space between the table and objects to the right. |
| MarginTop | Integer | -1 | Space between the table and objects above it. |
| OverflowStyle | OverflowStyles | (None) | How to display text that extends beyond the width of the cell. |
| Width | Integer | 0 | Table rendered width. |