[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ButtonCellType.GetEditorValue

GetEditorValue Method

GetEditorValue(Control, string)

Gets the value from the editor control for the cell.

Declaration
public override object GetEditorValue(Control owner, string id)
Public Overrides 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 of the editor control

Returns
Type Description
object
Overrides