I have a database which contains 5 tables. Each table contains 24 rows and each row contains 4 columns.
I want to display these records in Excel sheet. The heading o
Worksheet["YourRange"].Merge();