Skip to main content

TdxSpreadSheetValueAction.Value Property

Specifies a value assigned as a Spreadsheet or Report Designer‘s parameter by the current value action object.

Declaration

property Value: Variant read; write;

Property Value

Type
Variant

Remarks

Normally, a value picked by an end-user via a TcxBarEditItem UI element within a TdxRibbon or TdxBarManager control, is assigned to the Value property and automatically applied to all selected cells in the currently active Table View worksheet. In order to use a value action object with a custom client control, you need to re-implement the action’s functionality in its OnExecute event handler. Otherwise, executing a value action object via custom client controls has no effect.

For value action object re-implementation examples, refer to the TdxSpreadSheetChangeFillColor, TdxSpreadSheetChangeFontColor, TdxSpreadSheetChangeFontName, and TdxSpreadSheetChangeFontSize class descriptions.

See Also