Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / Format(Object) Method
Object in the data model with cell data to format


In This Topic
Format(Object) Method
In This Topic
Formats the specified data into the format of the cell type and returns it as a string.
Syntax
'Declaration
 
Public Overrides Function Format( _
   ByVal obj As Object _
) As String
 
'Usage
 
Dim instance As GcComboBoxCellType
Dim obj As Object
Dim value As String
 
value = instance.Format(obj)

Parameters

obj
Object in the data model with cell data to format
See Also