'Declaration Public Overloads Function FindCell( _
ByVal textThe text.As System.String _
) As OpenXmlDocumentTableCell
public OpenXmlDocumentTableCell FindCell(
System.String text
)
public: OpenXmlDocumentTableCell* FindCell(
System.String text
)
public:
OpenXmlDocumentTableCell^ FindCell(
System.String text
)
Parameters
- text
- The text.
Return Value
The cell that contains specified text.