Spread Silverlight Documentation
Format Method (IFormatter)


GrapeCity.Windows.SpreadSheet.Data Namespace > IFormatter Interface : Format Method
The object with cell data to format.
Formats the specified object as a string.
Syntax
'Declaration
 
Function Format( _
   ByVal obj As System.Object _
) As System.String
'Usage
 
Dim instance As IFormatter
Dim obj As System.Object
Dim value As System.String
 
value = instance.Format(obj)
System.string Format( 
   System.object obj
)

Parameters

obj
The object with cell data to format.

Return Value

Returns the formatted string.
See Also

Reference

IFormatter Interface
IFormatter Members