This class represents a text range.
Properties
Application through getApplication
BackColor through getBackgroundColor and setBackgroundColor
BackTransparent through getBackTransparent and setBackTransparent
Document through getDocument
End through getEnd
Font through getFont
HoriAlignment through getHoriAlignment and setHoriAlignment
Start through getStart
Text through getText and setText
Usage
TextRange provides access to the text, and the start and end of a range. It provides methods to insert text in the range, insert a paragraph before or after a table or a section, and insert breaks in the paragraph.
Use range in document: Example: Content property
Use range in paragraph: Example: Range property
Use range in header or footer: Example: Range property
Use range in cell: Example: Range property
Use range in section: Example: Range property