findTextElement method
Returns the text entry from a specified column.
Syntax
TextElement = Task.findTextElement(Column)
Applies to
Task object.
Parameters
- Column
- Column. The Column parameter represents the Column object from which the text entry is returned.
Return value
TextElement. The TextElement value references the TextElement object returned from Column.
Usage
This method returns the text element from the column specified by Column.
See also
findSelectedTextElement method