Range.GetCharsAfterStart Method

T3000 CrossPlatform

RangeGetCharsAfterStart Method

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

Returns required char's number after start of the Range

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public string GetCharsAfterStart(
	int charsCount
)
Public Function GetCharsAfterStart ( 
	charsCount As Integer
) As String

Dim instance As Range
Dim charsCount As Integer
Dim returnValue As String

returnValue = instance.GetCharsAfterStart(charsCount)

Parameters

charsCount
Type: SystemInt32

[Missing <param name="charsCount"/> documentation for "M:FastColoredTextBoxNS.Range.GetCharsAfterStart(System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:FastColoredTextBoxNS.Range.GetCharsAfterStart(System.Int32)"]

See Also