Overload | Description |
---|---|
FindCell(Int32) | Finds the cell by column index. |
FindCell(String) | Finds the first table cell that contains specified text. |
FindCell(String) | Returns the first table cell that contains specified text. (Inherited from OpenXmlDocumentTableRow) |
FindCell<T>(String) | Returns the first table cell that contains specified text. (Inherited from OpenXmlDocumentTableRow) |