ReplaceMultipleTextCommand.ReplaceRange.ReplacedRange Property

T3000 CrossPlatform

ReplaceMultipleTextCommandReplaceRangeReplacedRange Property

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "P:FastColoredTextBoxNS.ReplaceMultipleTextCommand.ReplaceRange.ReplacedRange"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Range ReplacedRange { get; set; }
Public Property ReplacedRange As Range
	Get
	Set

Dim instance As ReplaceMultipleTextCommandReplaceRange
Dim value As Range

value = instance.ReplacedRange

instance.ReplacedRange = value

Property Value

Type: Range
See Also