FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ProgressCellType Class / Format Method
Object in the data model to format


In This Topic
Format Method (ProgressCellType)
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 o As Object _
) As String
 
'Usage
 
Dim instance As ProgressCellType
Dim o As Object
Dim value As String
 
value = instance.Format(o)

Parameters

o
Object in the data model to format
See Also