Click or drag to resize

FindAndReplaceBodyFindAndReplaceData Property

The replacement list array for the find and replace process as an array of string arrays.

Namespace:  TXTextControl.ReportingCloud
Assembly:  ReportingCloudWrapper (in ReportingCloudWrapper.dll) Version: 1.0.204.500 (1.0.204.500)
Syntax
C#
public List<string[]> FindAndReplaceData { get; set; }

Property Value

Type: ListString
See Also