increment Method

Summary

Increments the edit position, then returns this EditPosition.

Syntax

TypeScript
    increment(n?: number | EditPosition): EditPosition; 

Parameters

n

Number used in determining the new position.

Return Value

Returns itself after incrementing.

Remarks

The position calculation is the result of this formula: position += n.

Requirements

Target Platforms

See Also

EditPosition Object

EditPosition Members

Leadtools.Document.Editor Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Editor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.