Specifications

COM+ reference
112
Glink: API reference manual Gallagher & Robertson
Method Detail
findByPosition
GlinkField findByPosition(GlinkPoint targetPosition)
Searches the collection for the target position and returns the GlinkField object
containing that position.
Parameters:
targetPosition - The target row and column.
Returns:
If found, a GlinkField object containing the target position. If not found, returns
a null.
findByString
GlinkField findByString(String string, GlinkPoint startPos, int length, int dir,
boolean caseSensitive)
Searches the collection for the string and returns the GlinkField object
containing that string. The string must be totally contained within the field to be
considered a match.
Parameters:
string - The string to search for.
startPos - The row and column on which to start. The position is
inclusive (for example, row 1, col 1 means that position 1,1
will be used as the starting location and 1,1 will be included in
the search).
length - The length from startPos to include in the search.
dir - Search direction value: