'Declaration Public Overloads Function FindCell<TThe document table cell type.>( _
ByVal textТекст.As System.String _
) As T (Of TThe document table cell type.As OpenXmlDocumentTableCell)
public T FindCell<T>(
System.String text
) where T: OpenXmlDocumentTableCell
public: T* FindCell<T>(
System.String text
) where T: OpenXmlDocumentTableCell*
generic<typename T> public:
T^ FindCell(
System.String text
) where T: OpenXmlDocumentTableCell^
Parameters
- text
- Текст.
Type Parameters
- T
- The document table cell type.
Return Value
Ячейка, содержащая указанный текст.