Spread 8.0 Documentation
CTGetEditorValue Event
Support Options
ActiveX Reference > ActiveX Events > CTGetEditorValue Event

Glossary Item Box

CTGetEditorValue Event


See Also

Applies To

fpSpread control

Description

Occurs when a custom cell type should get the value from the editor.

Syntax

C++

afx_msg void OnCTGetEditorValuefpSpread(LPCTSTRName, const VARIANT FAR& EditorControl,short Sheet, long Col, long Row, VARIANT FAR*Value);

Visual Basic

Sub fpSpread_CTGetEditorValue(ByVal Name As String, ByVal EditorControl As Variant, ByVal Sheet As Integer,ByVal Col As Long, ByVal Row As Long, Value As Variant)

Parameters

The following parameters are available:

Parameter Description
Name Name of the custom cell type
EditorControl Editor control to use for editing the cell
Sheet Sheet number containing the custom cell
Col Column number of the cell containing the custom cell
Row Row number of the cell containing the custom cell

Remarks

This event fires when edit mode is off for the custom cell or the cell needs to get the value.

See Also

SheetSendingEvent property

SS_CT_GETEDITORVALUE_ARGS structure

CTCancelEditing events

Copyright © GrapeCity, inc. All rights reserved.