Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTimeCellType Class / GetDisplayText Method
The cell value.


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

    Parameters

    value
    The cell value.

    Return Value

    The display text.
    See Also