Range.GetCharsBeforeStart Method

T3000 CrossPlatform

RangeGetCharsBeforeStart Method

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

Returns required char's number before start of the Range

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

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

returnValue = instance.GetCharsBeforeStart(charsCount)

Parameters

charsCount
Type: SystemInt32

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

Return Value

Type: String

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

See Also