<Code Lib>
2027 Overloads
Changes 0
O

TextRange (Overloads)

Overloads (3):

Name Return Type Description
C TextRange() None Constructs a TextRange with default values for start and length.
C TextRange(TextRange) None Constructs a copy of the input TextRange object.
C TextRange(Int32, Int32) None Constructs a TextRange with input start and length.