IShapeOptionList.SetValue Method
Overloads
IShapeOptionList.SetValue(TShapeOption, Double)
Sets a property with a floating point or integer value.
Syntax
Unit: FlexCel.Core
procedure IShapeOptionList.SetValue(const option: TShapeOption; const value: Double); overload; virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
option |
TShapeOption |
Option to set. |
const |
value |
Double |
Value to set. |
See also
IShapeOptionList.SetValue(TShapeOption, Boolean)
Sets a property with a boolean value.
Syntax
Unit: FlexCel.Core
procedure IShapeOptionList.SetValue(const option: TShapeOption; const value: Boolean); overload; virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
option |
TShapeOption |
Option to set. |
const |
value |
Boolean |
Value to set. |
See also
IShapeOptionList.SetValue(TShapeOption, TDrawingHyperlink)
Sets a property with an hyperlink value.
Syntax
Unit: FlexCel.Core
procedure IShapeOptionList.SetValue(const option: TShapeOption; const value: TDrawingHyperlink); overload; virtual; abstract;
Parameters
See also
IShapeOptionList.SetValue(TShapeOption, string)
Sets a property with a string value.
Syntax
Unit: FlexCel.Core
procedure IShapeOptionList.SetValue(const option: TShapeOption; const value: string); overload; virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
option |
TShapeOption |
Option to set. |
const |
value |
string |
Value to set. |
See also