IShapeOptionList.AsUInt32 Method
Returns a long property if it exists, otherwise the default value. Note: This method will always return positive numbers.
To get an signed int, use AsInt32
Syntax
Unit: FlexCel.Core
function IShapeOptionList.AsUInt32(const key: TShapeOption; const Default: Cardinal): Cardinal; virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
key |
TShapeOption |
Property Name. |
const |
Default |
Cardinal |
What to return if the property does not exist. |
See also