HtmlEdit.SetSelectionRangeAsync Method
| Name | Parameters | Description |
|---|---|---|
| SetSelectionRangeAsync(HtmlSelectionRange) | selection | Asynchronously selects HTML markup with the specified HtmlSelectionRange object properties. |
| SetSelectionRangeAsync(Int32, Int32) | start, length | Asynchronously selects HTML markup with the specified start character index and selection length settings. |