Table of Contents

IShapeOptionList.AsLong Method

Returns a long property if it exists, otherwise the default value. Note: This method will always assume a positive number. To get a signed int, use AsSignedLong

Syntax

Unit: FlexCel.Core

function IShapeOptionList.AsLong(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