'Declaration Public Overloads Shadows Function FindCell( _
ByVal textТекст.As System.String _
) As XlsxDocumentSheetCell
public new XlsxDocumentSheetCell FindCell(
System.String text
)
public: new XlsxDocumentSheetCell* FindCell(
System.String text
)
public:
new XlsxDocumentSheetCell^ FindCell(
System.String text
)
Parameters
- text
- Текст.
Return Value
Ячейка, если ячейка найдена; в противном случае null.