Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextCellType Class / GetEditorValue Method


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