# GraffitiResponsiveCell
Class
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Close | (None) | (None) | (None) |
| Constructor | (None) | (None) | Creates a new cell with the specified content, if any. |
| Constructor | IsBreak as Boolean | (None) | Creates a new cell with the specified content, if any. |
| Constructor | HTML as String | (None) | Creates a new cell with the specified content, if any. |
| Constructor | Container as WebContainer | (None) | Creates a new cell with the specified content, if any. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Attributes | mParent | GraffitiUpdateInterface | (None) |
| Container | WebContainer | (None) | The WebContainer that was embedded via the Constructor. |
| HTML | String | (None) | The HTML content of the cell. |
| ID | String | (None) | (None) |
| IndicatorBackground | WebUIControl.Indicators | (None) | Bootstrap indicator to apply to the cell's background. |
| IndicatorText | WebUIControl.Indicators | (None) | Bootstrap indicator to apply to the cell's content. |
| IsBreak | Boolean | (None) | When True, this cell becomes a breakpoint for its row, splitting the cells into different visible but not structural rows. |
| SizeExtraLarge | Integer | (None) | Number of columns to occupy at this control size. |
| SizeExtraSmall | Integer | (None) | Number of columns to occupy at this control size. |
| SizeLarge | Integer | (None) | Number of columns to occupy at this control size. |
| SizeMedium | Integer | (None) | Number of columns to occupy at this control size. |
| SizeSmall | Integer | (None) | Number of columns to occupy at this control size. |
| Style | GraffitiStyle | (None) | GraffitiStyle to apply to this cell. |
| Tag | Variant | (None) | Data storage. |