ITextSpan Interface
Contains properties that are used to obtain information about a span of text.
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
| Name | Description | |
|---|---|---|
![]() | AnchorCol | Gets the column number on which text selection starts. |
![]() | AnchorLine | Gets the line number on which text selection starts. |
![]() | EndCol | Gets the column number on which text selection ends. |
![]() | EndLine | Gets the line number on which text selection ends. |
![]() | LineWithinTextSpan | Gets a line of text within the text span. |
![]() | Text | Gets the text associated with the ITextSpan interface. |
![]() | TextView | Gets the TextView control that is associated with ITextSpan. |
Show:
