Table of Contents

TDrawingTextRun.WithNewFieldId Method

Returns a new TDrawingTextRun with new field ids if the DrawingTextRun has field ids. While FlexCel will do this automatically when you link a shape, you can use this method when creating a new linked shape that requires new field ids.

Syntax

Unit: FlexCel.Core

function TDrawingTextRun.WithNewFieldId: TDrawingTextRun;

See also