menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class InsertionManager - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class InsertionManager

    Inheritance
    System.Object
    InsertionManager
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public class InsertionManager

    Constructors

    InsertionManager()

    Declaration
    public InsertionManager()

    Methods

    InsertText(String, String, Int32)

    Insert the new text into the existing text.

    Declaration
    public static string InsertText(string existingtext, string insertiontext, int index)
    Parameters
    Type Name Description
    System.String existingtext

    Gets the Existing text from the reporting source

    System.String insertiontext

    Gets the new text from the reporting source

    System.Int32 index

    Gets the index position of the text to be insert

    Returns
    Type Description
    System.String

    Returns the result string which contains the new text

    ReplaceText(String, String, Int32)

    Replace the existing text with new text in InsertionManager.

    Declaration
    public static string ReplaceText(string existingtext, string replacetext, int index)
    Parameters
    Type Name Description
    System.String existingtext

    Gets the Existing text from the reporting source

    System.String replacetext

    Gets the text to be replace

    System.Int32 index

    Gets the index position of the text to be replace

    Returns
    Type Description
    System.String

    Returns the result string

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved