TDrawingTextParagraph.ReplaceRun Method
Returns a new paragraph with the run at position run replaced ny another.
Syntax
Unit: FlexCel.Core
function TDrawingTextParagraph.ReplaceRun(const run: Integer; const textRun: TDrawingTextRun): TDrawingTextParagraph;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | run | Integer | Index of the run to replace (0 based) |
const | textRun | TDrawingTextRun | Run to replace. |