CellsDataTableFactory class

CellsDataTableFactory class

Utility to build ICellsDataTable from custom objects for user’s convenience.

The CellsDataTableFactory type exposes the following members:

Methods

MethodDescription
get_instance(self, vals, column_names)Creates ICellsDataTable from given sequence of int values.
get_instance(self, vals, vertial)Creates ICellsDataTable from given sequence of int values.
get_instance(self, vals, column_names)Creates ICellsDataTable from given sequence of double values.
get_instance(self, vals, vertial)Creates ICellsDataTable from given sequence of double values.
get_instance(self, vals, column_names)Creates ICellsDataTable from given sequence of objects.
get_instance(self, vals, has_header, column_names)Creates ICellsDataTable from given sequence of objects.
get_instance(self, vals, vertial)Creates ICellsDataTable from given sequence of objects.
get_instance(self, collection)Creates ICellsDataTable from given collection.
get_instance(self, collection, has_header)Creates ICellsDataTable from given collection.

See Also