Programming with Reflection
RectangularSelection property
Syntax |
object.RectangularSelection |
Data type |
Returns (first syntax line) or specifies (second syntax line) whether a selected region is rectangular or wrapped.
When this property is True, selected text forms a rectangle, for example:
When RectangularSelection is True, selected text
forms a rectangle like the bold text in this sentence.
When this property is False, selected text is wrapped, for example:
When RectangularSelection is False, selected text
is wrapped like the bold text in this sentence.
The default is True.