protected virtual System.String TextReplace(
System.String cellText,
System.String replaceText
)
protected: virtual System.String TextReplace(
System.String cellText,
System.String replaceText
)
protected:
virtual System.String TextReplace(
System.String cellText,
System.String replaceText
)
'Declaration Protected Overridable Function TextReplace( _
ByVal cellTextThe cell text.As System.String, _
ByVal replaceTextThe replace text.As System.String _
) As System.String
Parameters
- cellText
- The cell text.
- replaceText
- The replace text.
Return Value
A string with replacement.