GrapeCity.Xaml.SpreadSheet.Data
Format(Object) Method


GrapeCity.Xaml.SpreadSheet.Data Namespace > GeneralFormatter Class > Format Method : Format(Object) Method
The object with cell data to format.
Formats the specified object as a string.
Syntax
'Declaration
 
Public Overloads Overridable Function Format( _
   ByVal obj As Object _
) As String
'Usage
 
Dim instance As GeneralFormatter
Dim obj As Object
Dim value As String
 
value = instance.Format(obj)
public virtual string Format( 
   object obj
)

Parameters

obj
The object with cell data to format.

Return Value

Returns the formatted string.
See Also

Reference

GeneralFormatter Class
GeneralFormatter Members
Overload List