CodePaneClass.SetSelection(Int32, Int32, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public virtual void SetSelection (int StartLine, int StartColumn, int EndLine, int EndColumn);
abstract member SetSelection : int * int * int * int -> unit
override this.SetSelection : int * int * int * int -> unit
Public Overridable Sub SetSelection (StartLine As Integer, StartColumn As Integer, EndLine As Integer, EndColumn As Integer)
Parameters
- StartLine
- Int32
- StartColumn
- Int32
- EndLine
- Int32
- EndColumn
- Int32