set_data_source method

set_data_source

Sets data source of a ICellsDataTable object.

def set_data_source(self, data_source, cells_data_table):
    ...
ParameterTypeDescription
data_sourcestrThe name of the data source.
cells_data_tableICellsDataTabledata table.

set_data_source

Sets data binding to a variable.

def set_data_source(self, variable, data):
    ...
ParameterTypeDescription
variablestrVariable name created using smart marker.
dataanySource data.

See Also