The 'cells' property is an instance of Cells that may be specified as: - An instance of :class:`plotly.graph_objs.table.Cells` - A dict of string/value properties that will be passed to the Cells constructor Returns ------- pl
(self)
| 39 | |
| 40 | @property |
| 41 | def cells(self): |
| 42 | """ |
| 43 | The 'cells' property is an instance of Cells |
| 44 | that may be specified as: |
| 45 | - An instance of :class:`plotly.graph_objs.table.Cells` |
| 46 | - A dict of string/value properties that will be passed |
| 47 | to the Cells constructor |
| 48 | |
| 49 | Returns |
| 50 | ------- |
| 51 | plotly.graph_objs.table.Cells |
| 52 | """ |
| 53 | return self["cells"] |
| 54 | |
| 55 | @cells.setter |
| 56 | def cells(self, val): |