FormattedText.GetSelection

Returns the beginning and ending indices of the selected text.

Syntax Parameters Return value
Sub FormattedText.GetSelection( _
    ByRef Start As Integer, _
    ByRef End As Integer)
  • Start [out]

    Type: Integer

  • End [out]

    Type: Integer

This function does not return a value.