'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Boolean _
)
'Usage
Dim beginTextOffset As Integer
Dim endTextOffset As Integer
Dim numberOfWordsBeforeMatchToReport As Integer
Dim numberOfWordsAfterMatchToReport As Integer
Dim returnCompleteWords As Boolean
Dim instance As New TextMatchOptions(beginTextOffset, endTextOffset, numberOfWordsBeforeMatchToReport, numberOfWordsAfterMatchToReport, returnCompleteWords)
public TextMatchOptions(
int ,
int ,
int ,
int ,
bool
)
public: TextMatchOptions(
int ,
int ,
int ,
int ,
bool
)
public:
TextMatchOptions(
int ,
int ,
int ,
int ,
bool
)