GetRange Method (Int32, Int32)

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(
	int fromPos,
	int toPos
)
Visual Basic
Public Function GetRange ( _
	fromPos As Integer, _
	toPos As Integer _
) As Range
Visual C++
public:
Range^ GetRange(
	int fromPos, 
	int toPos
)

Parameters

fromPos
Type: System..::..Int32
Absolute start position
toPos
Type: System..::..Int32
Absolute finish position

Return Value

Range

See Also