GoToLastDataRecordCommand.execute Method
Executes the GoToLastDataRecordCommand command.
Declaration
execute(): boolean
Returns
| Type | Description |
|---|---|
| boolean |
|
Remarks
Usage example:
richEdit.commands.goToLastDataRecord.execute();
See Also