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