T3000 CrossPlatform Documentation
RangeGetUnionWith Method |
[This is preliminary documentation and is subject to change.]
Returns union with other range.
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Range GetUnionWith( Range range )
Public Function GetUnionWith ( range As Range ) As Range Dim instance As Range Dim range As Range Dim returnValue As Range returnValue = instance.GetUnionWith(range)
Parameters
- range
- Type: FastColoredTextBoxNSRange
[Missing <param name="range"/> documentation for "M:FastColoredTextBoxNS.Range.GetUnionWith(FastColoredTextBoxNS.Range)"]
Return Value
Type: Range[Missing <returns> documentation for "M:FastColoredTextBoxNS.Range.GetUnionWith(FastColoredTextBoxNS.Range)"]
See Also