Click or drag to resize

TextRange Constructor

Overload List
  NameDescription
Public methodTextRange(Int32)
Initializes a new instance of the TextRange class. The region covers one single row/line.
Public methodTextRange(Int32, Int32)
Initializes a new instance of the TextRange class. The region is defined by the specified rows.
Public methodTextRange(Location, Location)
Initializes a new instance of the TextRange class.
Public methodTextRange(Int32, Int32, Int32, Int32)
Initializes a new instance of the TextRange class.
Top
See Also