'Declaration Public Overloads Shadows Function FindRow( _
ByVal textThe text.As System.String _
) As XlsxDocumentSheetRow
public new XlsxDocumentSheetRow FindRow(
System.String text
)
public: new XlsxDocumentSheetRow* FindRow(
System.String text
)
public:
new XlsxDocumentSheetRow^ FindRow(
System.String text
)
Parameters
- text
- The text.
Return Value
The table row that contains specified text.