Replace Method

Summary

Replaces the current SearchResult content with a new content.

Syntax

TypeScript
JavaScript
SearchResults.prototype.replace = function( 
   replaceContent 
) 
replace( 
   replaceContent: string 
): SearchResult; 

Parameters

replaceContent

The new content to replace.

Return Value

The SearchResult element with the new content.

Remarks

Use this method to modify the cell or range of cells identified by a search result.

Requirements

Target Platforms

See Also

SearchResults Class

SearchResults Members

Leadtools.Document.SheetEditor Namespace

Help Version 23.0.2024.5.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.SheetEditor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.