Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IFormatter Interface / Format Method
Object with cell data to format


In This Topic
Format Method (IFormatter)
In This Topic
Formats the specified object as a string.
Syntax
'Declaration
 
Function Format( _
   ByVal o As Object _
) As String
 
'Usage
 
Dim instance As IFormatter
Dim o As Object
Dim value As String
 
value = instance.Format(o)

Parameters

o
Object with cell data to format
See Also