FileTextSource.RemoveLine Method (Int32, Int32)

T3000 CrossPlatform

FileTextSourceRemoveLine Method (Int32, Int32)

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.FileTextSource.RemoveLine(System.Int32,System.Int32)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public override void RemoveLine(
	int index,
	int count
)
Public Overrides Sub RemoveLine ( 
	index As Integer,
	count As Integer
)

Dim instance As FileTextSource
Dim index As Integer
Dim count As Integer

instance.RemoveLine(index, count)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:FastColoredTextBoxNS.FileTextSource.RemoveLine(System.Int32,System.Int32)"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:FastColoredTextBoxNS.FileTextSource.RemoveLine(System.Int32,System.Int32)"]

See Also