[]
        
(Showing Draft Content)

FarPoint.Web.Spread.BaseCellType.GetEditorValue

GetEditorValue Method

GetEditorValue(Control, string)

Gets the value from the editing control used for the cell.

Declaration
public virtual object GetEditorValue(Control owner, string id)
Public Overridable Function GetEditorValue(owner As Control, id As String) As Object
Parameters
Type Name Description
Control owner

FpSpread component that owns this editor control

string id

Unique identifier used by the FpSpread component to identify this editor control

Returns
Type Description
object
Implements