My small tool is kind of complicated to explain. But it is better to get to the point.
How can I insert a single row, cell or column from a DataTable? I am not refering in DataColumn or DataRow, but single data from a DataTable.
Can it be possible?
I am not refering in DataColumn or DataRow, but single data from a DataTable.
InsertDataTable(DataTable dataTable, bool columnHeaders, int firstRow, int firstColumn, int maxRows, int maxColumns);