Table of Contents

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

Namespace: FlexCel.Core

public Int64 AsLong(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