Format Method (TextCellType)
Formats the specified data into the format of the cell type and returns it as a string.
'Declaration
Public Overrides Function Format( _
ByVal As Object _
) As String
'Usage
Dim instance As TextCellType
Dim obj As Object
Dim value As String
value = instance.Format(obj)
Parameters
- obj
- Object in the data model with cell data to format