Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FindReplaceOptions Class / RemoveEmptyRuns Property

In This Topic
    RemoveEmptyRuns Property
    In This Topic
    Gets or sets a value indicating whether empty runs that appeared as the result of a replace operation should be removed.

    The default is false.

    Syntax
    'Declaration
     
    Public Property RemoveEmptyRuns As System.Boolean
    public System.bool RemoveEmptyRuns {get; set;}
    Remarks
    Specifying an empty search string and setting this property to true will remove all empty runs.
    See Also