Table of Contents

TShapeOptionList.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

Namespace: FlexCel.Core

public Int64 AsSignedLong(TShapeOption key, Int64 Default)

Parameters

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

See also