Posted 15 years ago
by Ryan
Can anyone tell me how to select a range of lines?
I would like for the user to be able to enter a starting line and and ending
I know this is not it but as an example of what I am looking for.
SyntaxEditor1.SelectedView.Selection.SelectLineRange(10, 20)
I would like for the user to be able to enter a starting line and and ending
I know this is not it but as an example of what I am looking for.
SyntaxEditor1.SelectedView.Selection.SelectLineRange(10, 20)