GetUnionWith Method

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Returns union with other range.

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

Syntax

C#
public Range GetUnionWith(
	Range range
)
Visual Basic
Public Function GetUnionWith ( _
	range As Range _
) As Range
Visual C++
public:
Range^ GetUnionWith(
	Range^ range
)

Parameters

range
Type: FastColoredTextBoxNS..::..Range

Return Value

See Also