Limitations
Read only.
Gets the editable region with the specified number from the collection. The number must be between 1 and Count. In C# this property is the indexer for the Editable
public EditableRegion this [int number] { get; }
Public Default ReadOnly Property Item(ByVal number As Integer) As EditableRegion
Parameter | Description |
---|---|
number | Specifies the number of an editable region. The first region has the number 1. |
Read only.