The Range type exposes the following members.
Properties
Name | Description | |
---|---|---|
Bounds | ||
CharAfterStart |
Returns first char after Start place
| |
CharBeforeStart |
Returns first char before Start place
| |
Chars |
Chars of range (exclude \n)
| |
ColumnSelectionMode |
Column selection mode
| |
End |
Finish line and char position
| |
IsEmpty |
Return true if no selected text
| |
ReadOnly |
Range is readonly?
This property return True if any char of the range contains ReadOnlyStyle.
Set this property to True/False to mark chars of the range as Readonly/Writable.
| |
Start |
Start line and char position
| |
Text |
Text of range
|