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. (Inherited from OpenXmlDocumentTableRow) |
![]() | CustomFormat | Gets or sets a value indicating whether row has custom format. |
![]() | CustomHeight | Gets or sets a value indicating whether row has custom height. |
![]() | 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). |
![]() | IsHidden | Gets or sets a value indicating whether row is hidden. |
![]() | 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) |
![]() | RowNumber | Gets the row number. |
![]() | StyleIndex | Gets or sets a style index of this row. |
![]() | Table | Gets the table that contains this row. (Inherited from OpenXmlDocumentTableRow) |
![]() | Text | Gets or sets text, which is associated with this element. (Inherited from OpenXmlDocumentTableRow) |
![]() | Item | Gets the table cell at the specified index. (Inherited from OpenXmlDocumentTableRow) |
Name | Description | |
---|---|---|
![]() | Append | Overloaded. Appends the specified content to the children of this element. (Inherited from OpenXmlDocumentElement) |
![]() | Clone | Clones this element. |
![]() | 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. Finds the cell by column index. |
![]() | FindText | Finds the specified text. (Inherited from OpenXmlDocumentElement) |
![]() | FindTextNext | Finds the specified text at specified index. (Inherited from OpenXmlDocumentElement) |
![]() | GetCell | Returns the cell by column index. |
![]() | 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 by specified source. (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. (Inherited from OpenXmlDocumentTableRow) |
![]() | SetFillColor | Sets the fill color of this element. (Inherited from OpenXmlDocumentElement) |
![]() | SetRowStyleIndex | Sets a style index of the row. |
![]() | SetTextProperties | Overloaded. Sets the text properties. (Inherited from OpenXmlDocumentElement) |
![]() | ToString | Converts this element to a string. (Inherited from OpenXmlDocumentElement) |