Table of Contents

TDrawingTextParagraph.Substring Method

Retrieves a substring from this instance. The substring starts at a specified character position and has a specified length.

Syntax

Namespace: FlexCel.Core

public TDrawingTextParagraph Substring(Int32 index, Int32 count)

Parameters

<-> Parameter Type Description
index Int32 Start of the substring (0 based)
count Int32 Number of characters to copy.

See also