set_data_source method
set_data_source
Sets data source of a ICellsDataTable
object.
def set_data_source(self, data_source, cells_data_table):
...
Parameter | Type | Description |
---|---|---|
data_source | str | The name of the data source. |
cells_data_table | ICellsDataTable | data table. |
set_data_source
Sets data binding to a variable.
def set_data_source(self, variable, data):
...
Parameter | Type | Description |
---|---|---|
variable | str | Variable name created using smart marker. |
data | any | Source data. |
See Also
- module
aspose.cells
- class
ICellsDataTable
- class
WorkbookDesigner