Spread for ASP.NET 12 Product Documentation
GetEditorValue Method (IEditor)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Editor Namespace > IEditor Interface : GetEditorValue Method
Owner of this editor
Unique identifier used by the spread to identify this editor
Gets the editing value posted back from the client for the editor control.
Syntax
'Declaration
 
Function GetEditorValue( _
   ByVal owner As Control, _
   ByVal id As String _
) As Object
'Usage
 
Dim instance As IEditor
Dim owner As Control
Dim id As String
Dim value As Object
 
value = instance.GetEditorValue(owner, id)
object GetEditorValue( 
   Control owner,
   string id
)

Parameters

owner
Owner of this editor
id
Unique identifier used by the spread to identify this editor
See Also

Reference

IEditor Interface
IEditor Members