Click or drag to resize

XlsRange TextPartReplace Method

Replaces cell's part text and reserve text's format.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void TextPartReplace(
	string oldPartValue,
	string newPartValue
)

Parameters

oldPartValue
Type: System String
Part value of cell's text to search for.
newPartValue
Type: System String
The replacement value.
See Also