Range Properties

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image

The Range type exposes the following members.

Properties

  NameDescription
Public propertyBounds
Public propertyCharAfterStart
Returns first char after Start place
Public propertyCharBeforeStart
Returns first char before Start place
Public propertyChars
Chars of range (exclude \n)
Public propertyColumnSelectionMode
Column selection mode
Public propertyEnd
Finish line and char position
Public propertyIsEmpty
Return true if no selected text
Public propertyReadOnly
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.
Public propertyStart
Start line and char position
Public propertyText
Text of range

See Also