CellFormat | Provides access to the formatting properties of the cell. |
ChildNodes (inherited from CompositeNode) | Gets all immediate child nodes of this node. |
Count (inherited from CompositeNode) | Gets the number of immediate children of this node. |
Document (inherited from Node) | Gets the document to which this node belongs. |
FirstChild (inherited from CompositeNode) | Gets the first child of the node. |
FirstParagraph | Gets the first paragraph among the immediate children. |
HasChildNodes (inherited from CompositeNode) | Returns true if this node has any child nodes. |
IsComposite (inherited from CompositeNode) | Returns true as this node can have child nodes. |
IsFirstCell | True if this is the first cell inside a row; false otherwise. |
IsLastCell | True if this is the last cell inside a row; false otherwise. |
LastChild (inherited from CompositeNode) | Gets the last child of the node. |
LastParagraph | Gets the last paragraph among the immediate children. |
NextSibling (inherited from Node) | Gets the node immediately following this node. |
NodeType | Returns NodeType.Cell. |
Paragraphs | Gets a collection of paragraphs that are immediate children of the cell. |
ParentNode (inherited from Node) | Gets the immediate parent of this node. |
ParentRow | Returns the immediate parent row of the cell. |
PreviousSibling (inherited from Node) | Gets the node immediately preceding this node. |
Range (inherited from Node) | Returns a Range object that represents the portion of a document that is contained in this node. |
Tables | Gets a collection of tables that are immediate children of the cell. |