Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IEditor Interface / GetEditorValue Method


In This Topic
GetEditorValue Method (IEditor)
In This Topic
Gets the value in the editor control.
Syntax
'Declaration
 
Function GetEditorValue() As Object
 
'Usage
 
Dim instance As IEditor
Dim value As Object
 
value = instance.GetEditorValue()
See Also