ExpandBlock Method (Int32, Int32)

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Expand collapsed block

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

Syntax

C#
public void ExpandBlock(
	int fromLine,
	int toLine
)
Visual Basic
Public Sub ExpandBlock ( _
	fromLine As Integer, _
	toLine As Integer _
)
Visual C++
public:
void ExpandBlock(
	int fromLine, 
	int toLine
)

Parameters

fromLine
Type: System..::..Int32
toLine
Type: System..::..Int32

See Also