​
​
​

Gets the editable region's number. The first editable region has the number 1. The number is defined through the textflow. An editable region with a smaller start position has a smaller number.

Syntax

​public int Number { get; }
​Public ReadOnly Property Number() As Integer
​

Limitations

Read only.

​