Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBoxCellType Class / GetEditorValue Method


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