IShapeOptionList.As1616 Method
Returns a float (Expressed as 16.16) property if it exists, otherwise the default value.
Syntax
Unit: FlexCel.Core
function IShapeOptionList.As1616(const key: TShapeOption; const Default: Double): Double; virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
key |
TShapeOption |
Property Name. |
const |
Default |
Double |
What to return if the property does not exist. |
See also