Working with Tables
Applies to |
---|
The information in this topic applies only to the specified Visual Studio Tools for Office projects and versions of Microsoft Office. Project type
Microsoft Office version
For more information, see Features Available by Application and Project Type. |
The topics in this section provide step-by-step procedures and code examples for using the object model of Microsoft Office Word to work with tables in Visual Studio Tools for Office projects. In some cases, the ways that you perform these tasks in application-level add-ins is different from the ways that you perform them in document-level customizations.
Task |
Procedure |
---|---|
Create a table, apply a style, and access the table in code. |
|
Create a table, format it, and insert data into the cells. |
|
Add a row or column to a table. |
|
Add text to a cell and format it. |