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


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

Parameters

o
Object with cell data to format
See Also