Table of Contents

IShapeOptionList.AsInt32 Method

Returns a long property if it exists, otherwise the default value. Note: This method will return negative numbers if the number is bigger than 65536.

Syntax

Unit: FlexCel.Core

function IShapeOptionList.AsInt32(const key: TShapeOption; const Default: Integer): Integer; virtual; abstract;

Parameters

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

See also