DocxTableCell Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Item in Cells in the row; this is where the contents of the row is stored
public class DocxTableCell
type DocxTableCell = class
Public Class DocxTableCell
- Inheritance
-
DocxTableCell
Constructors
| Name | Description |
|---|---|
| DocxTableCell() | |
Properties
| Name | Description |
|---|---|
| CellIndex |
The index of the cell, 0-based |
| CellShadingColor |
Color of the cell shading |
| CellShadingFill |
Fill of the cell shading |
| CellShadingPattern |
Pattern of the cell shading |
| CellWidth |
Width of the cell |
| CellWidthMode |
Width mode of the cell; can be auto (for automatic) or manual |
| Paragraphs |
Paragraphs inside the cell; this is where the contents of the cell are stored |
| Path |
The Path of the location of this object; leave blank for new tables |