Table of Contents

IShapeOptionList.AsSignedLong 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. To get an unsigned int, use AsLong

Syntax

Unit: FlexCel.Core

function IShapeOptionList.AsSignedLong(const key: TShapeOption; const Default: Int64): Int64; virtual; abstract;

Parameters

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

See also