2027 Constructor
Changes 0
C

TextRange

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