How to: Add Text and Formatting to Cells in Word Tables
Note |
|---|
|
Some code examples in this topic use the this or Me keyword or the |
Each table consists of a collection of cells, with each individual Cell object representing one cell in the table. You refer to each cell by its location in the table. This example refers to the cell located in the first row and the first column of the table, adding text, and applying formatting.
To add text and formatting to cells
-
Refer to the cell by its location in the table, add text to the cell and apply the formatting.
Note