'Declaration Public Overloads Shadows Function FindCell( _
ByVal textThe 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
- The text.
Return Value
The cell if cell is found; otherwise, null.