Table of Contents

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

Namespace: FlexCel.Core

public Int32 AsInt32(TShapeOption key, Int32 Default)

Parameters

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

See also