TextSpan.Create

TextSpan.Create method

Create the TextSpan

public static TextSpan Create(int start, int length)
ParameterTypeDescription
startInt32The start position.
lengthInt32The length.

Return Value

The TextSpan.

See Also