TDrawingTextParagraph.Substring Method
Retrieves a substring from this instance. The substring starts at a specified character position and has a specified length.
Syntax
Unit: FlexCel.Core
function TDrawingTextParagraph.Substring(const index: Integer; const count: Integer): TDrawingTextParagraph;
Parameters
<-> |
Parameter |
Type |
Description |
const |
index |
Integer |
Start of the substring (0 based) |
const |
count |
Integer |
Number of characters to copy. |
See also