WorkbookDesignerSetDataSource Method (String, ICellsDataTable) |
Namespace: Aspose.CellsAssembly: Aspose.Cells (in Aspose.Cells.dll) Version: 19.11.0.0 (19.11)
Syntaxpublic void SetDataSource(
string name,
ICellsDataTable dataTable
)
Public Sub SetDataSource (
name As String,
dataTable As ICellsDataTable
)
public:
void SetDataSource(
String^ name,
ICellsDataTable^ dataTable
)
member SetDataSource :
name : string *
dataTable : ICellsDataTable -> unit
Parameters
- name
- Type: SystemString
The name of the table. - dataTable
- Type: Aspose.CellsICellsDataTable
DataTable object
See Also