Search the Grid for the specified Text.

Syntax

ISGrid.FindTextNext(findColumn, findText, matchCase, matchType, [startFromActiveRow])

Parameters

NameTypeOptionalByRefDescription
findColumn String The Header Caption of the Column to Search.
findText String The text to Find.
matchCase Boolean If set to True then perform a case sensitive search.
matchType iseGridFindMatchType The type of search to perform. Match any part of a word within the cell, match the start of a cell or match a whole word within the cell.
startFromActiveRow Boolean Optional If set to True then the search starts from the Active Row otherwise the search starts from the first row in the Grid. If omitted, a value of True is assumed.

Return Value

Boolean

A Boolean value indicating whether the text was found.

Member of:
ISGrid
Namespace:
Intersoft.ISUserInterface6
Assembly:
ISUserInterface6, Version=6.0.3
Target Framework:
.NET 9.0