Description
Specifies a range within a text field.
Inheritance Hierarchy
TextRange does not derive from any class, and no
classes derive from it.
Syntax
C#
public class TextRange
VB
Public Class TextRange
Properties
Name
|
Description
|
StartLine
|
Gets the start line of the range.
|
StartColumn
|
Gets the start column of the range.
|
EndLine
|
Gets the end line of the range.
|
EndColumn
|
Gets the end column of the range.
|