# 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 | container as DesktopContainer <br> tag as Variant = nil | (None) | Creates a new cell with the specified content, if any. |
| Constructor | control as DesktopUIControl <br> tag as Variant = nil | (None) | Creates a new cell with the specified content, if any. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| ActualWidth | Integer | (None) | The calculated width of the cell. |
| Attributes | mActualWidth | Integer | (None) |
| Attributes | mParent | GraffitiResponsiveRow | (None) |
| Attributes | span | Integer | (None) |
| Container | DesktopContainer | (None) | Container embedded within the cell. |
| Control | DesktopUIControl | (None) | Control embedded within the cell. |
| Parent | GraffitiResponsiveRow | (None) | (None) |
| SizeExtraExtraLarge | Integer | (None) | Number of columns to occupy at this control size. |
| 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. |
| Tag | Variant | (None) | Data storage. |