[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcMaskCellType.GetDisplayText

GetDisplayText Method

GetDisplayText(object)

Gets the display text.

Declaration
public override string GetDisplayText(object value)
Public Overrides Function GetDisplayText(value As Object) As String
Parameters
Type Name Description
object value

The cell value.

Returns
Type Description
string

The display text.

Overrides