'Declaration Protected Overridable Function TextReplace( _
ByVal cellTextТекст ячейки.As System.String, _
ByVal replaceTextТекст замены.As System.String _
) As System.String
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
)
Parameters
- cellText
- Текст ячейки.
- replaceText
- Текст замены.
Return Value
Строка с заменой.