Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / MultipleStringReplaceTextOptions Class / NewValues Property


In This Topic
    NewValues Property (MultipleStringReplaceTextOptions)
    In This Topic
    Gets or sets the strings that will replace the various SearchValues items. 
    Syntax
    'Declaration
     
    Public Property NewValues As IEnumerable(Of String)
    'Usage
     
    Dim instance As MultipleStringReplaceTextOptions
    Dim value As IEnumerable(Of String)
     
    instance.NewValues = value
     
    value = instance.NewValues
    public IEnumerable<string> NewValues {get; set;}
    Remarks

    The default value is null.

    Note that the SearchValues property & this property must contain the same number of items since a 1:1 replacement will be done. The item's order will be used to establish a correspondence between the SearchValues & NewValues.

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also