Name | Description | |
---|---|---|
![]() | Tab | A string that represents tab. (Inherited from OpenXmlDocumentElement) |
![]() | TextBreak | A string that represents text break. (Inherited from OpenXmlDocumentElement) |
Name | Description | |
---|---|---|
![]() | Tab | A string that represents tab. (Inherited from OpenXmlDocumentElement) |
![]() | TextBreak | A string that represents text break. (Inherited from OpenXmlDocumentElement) |
Name | Description | |
---|---|---|
![]() | ChildCount | Gets the child count. (Inherited from OpenXmlDocumentElement) |
![]() | ChildElements | Gets the collection that contains all child nodes of this element. (Inherited from OpenXmlDocumentElement) |
![]() | ColumnCount | Gets the column count, include columns span. |
![]() | HasChildren | Gets a value indicating whether this element has child elements. (Inherited from OpenXmlDocumentElement) |
![]() | HasContent | Gets a value indicating whether this element has content. (Inherited from OpenXmlDocumentElement) |
![]() | HasText | Gets a value indicating whether this element has text. (Inherited from OpenXmlDocumentElement) |
![]() | Height | Gets or sets the row height, in Points (1/72 inch). |
![]() | Next | Gets the next element of current level in OpenXML document. (Inherited from OpenXmlDocumentElement) |
![]() | Parent | Gets the parent element of this element. (Inherited from OpenXmlDocumentElement) |
![]() | Prev | Gets the previous element of current level in OpenXML document. (Inherited from OpenXmlDocumentElement) |
![]() | Root | Gets the root element of this element. (Inherited from OpenXmlDocumentElement) |
![]() | Table | Gets the table that contains this row. |
![]() | Text | Gets or sets text, which is associated with this element. |
![]() | Item | Gets the table cell at the specified index. |
Name | Description | |
---|---|---|
![]() | Append | Overloaded. Appends the specified content to the children of this element. (Inherited from OpenXmlDocumentElement) |
![]() | Clone | Clones this element. (Inherited from OpenXmlDocumentElement) |
![]() | Contains | Returns a value indicating whether this element contains the text. (Inherited from OpenXmlDocumentElement) |
![]() | FindAfter<T> | Finds the first element of specified type after this element. (Inherited from OpenXmlDocumentElement) |
![]() | FindBefore<T> | Finds the first element of specified type before this element. (Inherited from OpenXmlDocumentElement) |
![]() | FindCell | Overloaded. Returns the first table cell that contains specified text. |
![]() | FindText | Finds the specified text. (Inherited from OpenXmlDocumentElement) |
![]() | FindTextNext | Finds the specified text at specified index. (Inherited from OpenXmlDocumentElement) |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from OpenXmlDocumentElement) |
![]() | GetFirstChild<T> | Returns the first child (of specified type) of this element. (Inherited from OpenXmlDocumentElement) |
![]() | GetLastChild<T> | Returns the last child (of specified type) of this element. (Inherited from OpenXmlDocumentElement) |
![]() | GetParent<T> | Returns the parent (of specified type) of this element. (Inherited from OpenXmlDocumentElement) |
![]() | GetTextContent | Overloaded. Returns the text content of this element. (Inherited from OpenXmlDocumentElement) |
![]() | GetTextProperties | Returns the text properties. (Inherited from OpenXmlDocumentElement) |
![]() | GetTextSubregion | Returns text subregion that corresponds to this element in specified text region. (Inherited from OpenXmlDocumentElement) |
![]() | InsertCopyAfterSelf | Inserts a copy of this element after this element. (Inherited from OpenXmlDocumentElement) |
![]() | InsertCopyBeforeSelf | Inserts a copy of this element before this element. (Inherited from OpenXmlDocumentElement) |
![]() | Remove | Removes this element from document. (Inherited from OpenXmlDocumentElement) |
![]() | RemoveAllChildren | Removes all children of this element. (Inherited from OpenXmlDocumentElement) |
![]() | ReplaceText | Replaces all occurrences of specified string in Text. (Inherited from OpenXmlDocumentElement) |
![]() | Select<T> | Selects all child elements of specified type. (Inherited from OpenXmlDocumentElement) |
![]() | SetBorder | Overloaded. Sets the border of this row from specified table cell. |
![]() | SetFillColor | Sets the fill color of this element. (Inherited from OpenXmlDocumentElement) |
![]() | SetTextProperties | Overloaded. Sets the text properties. (Inherited from OpenXmlDocumentElement) |
![]() | ToString | Converts this element to a string. (Inherited from OpenXmlDocumentElement) |