Function TWPCustomRtfEdit.MoveToCell(col:Integer; row:Integer; TableName:string) : Boolean

Unit: WPCTRMemo
Class: WPCTRMemo.TWPCustomRtfEdit

Parameters

  • col:Integer
  • row:Integer
  • TableName:string

Returns

The type of the result value is Boolean.

Description

Moves the cursor to a certain cell in the curerent table. If this was not possible the result value is false. Optionally a table name can be passed. If this is name is not '' the editor tries to locate the table with the given name and moves there.