GemBox.Spreadsheet

ExcelWorksheet.InsertDataTable Method

Inserts a DataTable at the specified row and column in the current worksheet.

Overload List

Inserts a DataTable at the specified row and column in the current worksheet.

public int InsertDataTable(DataTable,int,int,bool);

Inserts a DataTable at the specified position in the current worksheet.

public int InsertDataTable(DataTable,string,bool);

See Also

ExcelWorksheet Class | GemBox.Spreadsheet Namespace