[]
        
(Showing Draft Content)

C1.Document.C1FindTextParams.-ctor

C1FindTextParams Constructor

C1FindTextParams(string, bool, bool)

Initializes a new instance of the C1FindTextParams class.

Declaration
public C1FindTextParams(string text, bool wholeWord, bool matchCase)
Public Sub New(text As String, wholeWord As Boolean, matchCase As Boolean)
Parameters
Type Name Description
string text

The text to find.

bool wholeWord

Indicates whether to match whole words only.

bool matchCase

Indicates whether to match case.