Table of Contents

IShapeOptionList.AsUnicodeString Method

Returns an unicode property if it exists, otherwise the default value.

Syntax

Unit: FlexCel.Core

function IShapeOptionList.AsUnicodeString(const key: TShapeOption; const Default: string): string; virtual; abstract;

Parameters

<-> Parameter Type Description
const key TShapeOption Property Name.
const Default string What to return if the property does not exist.

See also