FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / GetEditorValue Method


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