Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / GetDisplayText Method
The value.


In This Topic
GetDisplayText Method (GcComboBoxCellType)
In This Topic
Gets the display text.
Syntax
'Declaration
 
Public Overrides Function GetDisplayText( _
   ByVal value As Object _
) As String
 
'Usage
 
Dim instance As GcComboBoxCellType
Dim value As Object
Dim value As String
 
value = instance.GetDisplayText(value)

Parameters

value
The value.
See Also