Table of Contents

TDrawingTextParagraph.TextRun Method

Returns a single text run for the paragraph.

Syntax

Namespace: FlexCel.Core

public TDrawingTextRun TextRun(Int32 index)

Parameters

<-> Parameter Type Description
index Int32 Index of the run (0 based)

Returns

Text run for position index.

See also