We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

ImportdataTable Method Spliting Columns

Hi, I want to Use (ImportdataTable) for Posting Colmns Let say (1-10) on The Sheet 1 , and Columns (11-15) on sheet 2. Can we do this? If so please provide it by C#.Net example. Thanks

1 Reply

AD Administrator Syncfusion Team June 21, 2005 02:12 PM UTC

Hi Mohammad, There is no built in method to do that but you can split the datatable yourself and insert it into the worksheets separately. Here is a sample http://www.syncfusion.com/support/user/uploads/importdatatabletomultiplesheets.zip Let me know if you have any questions. Thanks, Stephen. >Hi, > > I want to Use (ImportdataTable) for Posting Colmns Let say (1-10) on The Sheet 1 , and Columns (11-15) on sheet 2. >Can we do this? If so please provide it by C#.Net example. > >Thanks

Loader.
Up arrow icon