Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / FindTextReplace Method
Text to be replaced.
New text that will replace occurrences of existing text.

In This Topic
    FindTextReplace Method
    In This Topic
    Find and replaces all occurrences of the specified text.
    Syntax
    'Declaration
     
    Public Sub FindTextReplace( _
       ByVal text As System.String, _
       ByVal newText As System.String _
    ) 
    public void FindTextReplace( 
       System.string text,
       System.string newText
    )

    Parameters

    text
    Text to be replaced.
    newText
    New text that will replace occurrences of existing text.
    See Also