[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ReplacedArgs

Class ReplacedArgs

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a text range that replaced a search text.

public class ReplacedArgs
Inheritance
object
ReplacedArgs
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

ReplacedRange

Gets a range representing the replacement text.

public Range ReplacedRange { get; }

Property Value

Range