Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ReplaceOptions Class
Properties

In This Topic
    ReplaceOptions Class Members
    In This Topic

    The following tables list the members exposed by ReplaceOptions.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyCan be one of the LookAt enum. Default is LookAt.Part .  
    Public Property True to have double-byte characters match only double-byte characters. False to have double-byte characters match their single-byte equivalents.  
    Public Property True to make the search case sensitive. The default value is False .  
    Public Property The replace format for the method.  
    Public Property The search format for the method.  
    Public PropertyCan be one of the SearchOrder enum.  
    Top
    See Also