Table of Contents

TDrawingRichString.FirstRun Method

Returns the first run of the text. Note that an empty TDrawingRichText can have a run anyway, while a TRichString can't. If there is no first run, the returned value will have a a negative FirstChar.

Syntax

Unit: FlexCel.Core

function TDrawingRichString.FirstRun(const xls: TCoreExcelFile; ShapeThemeFont: IShapeFont; const DefFont: TFlxChartFont): TRTFRun;

Parameters

<-> Parameter Type Description
const xls TCoreExcelFile
ShapeThemeFont IShapeFont
const DefFont TFlxChartFont

See also