Version

TableCellNode Class

Represents a cell in a table.
Syntax
'Declaration
 
Public Class TableCellNode 
   Inherits BlockNode
public class TableCellNode : BlockNode 
Remarks

TableCellNode represents a cell in a table. TableCellNode must be a child of TableRowNode. A TableCellNode contains one or more ParagraphNode's. Note that a cell node does not contain TextNodes or RunNode's directly. But rather through the one or more ParagraphNodes that are its child nodes.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also