GetRange Method (Place, Place)

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Get range of text

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public Range GetRange(
	Place fromPlace,
	Place toPlace
)
Visual Basic
Public Function GetRange ( _
	fromPlace As Place, _
	toPlace As Place _
) As Range
Visual C++
public:
Range^ GetRange(
	Place fromPlace, 
	Place toPlace
)

Parameters

fromPlace
Type: FastColoredTextBoxNS..::..Place
Line and char position
toPlace
Type: FastColoredTextBoxNS..::..Place
Line and char position

Return Value

Range

See Also