• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Format Table in ASP.NET Core Word (DocIO) Library

This sample demonstrates how to format the tables in the Word document using Essential DocIO.
DEMO
SOURCE
Click the button to view the generated Word document. Please note that Microsoft Word Viewer or Microsoft Word is required to view the resultant Word document.
Save As :    
DocIO allows to insert the tables in the Word document and apply various formatting like indent, alignment, cell margins, cell spacing, borders, shadings, etc. 
  • You can insert table as “in line with text” or “position relative to the page” in the Word document.
  • You can customize the table by adding, deleting, merging and splitting the rows and cells.
  • When the table spans across multiple pages, you can specify the header row to be repeated on each page.
  • You can make tables in the Word document accessible by defining alternate text.
More information about the table formatting can be found in this documentation section.