GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / GetDisplayText Method
The cell value.


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

Parameters

value
The cell value.

Return Value

The display text.
See Also