Spread Windows Forms 12.0 Product Documentation
Format(Object,FormatOptions) Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFormatter Interface > Format Method : Format(Object,FormatOptions) Method
An System.Object value indicates the data to format.
A value that specifies additional format options.
Formats the specified object to display text.
Syntax
'Declaration
 
Overloads Function Format( _
   ByVal obj As Object, _
   Optional ByVal options As FormatOptions _
) As FormatResult
'Usage
 
Dim instance As IFormatter
Dim obj As Object
Dim options As FormatOptions
Dim value As FormatResult
 
value = instance.Format(obj, options)
FormatResult Format( 
   object obj,
   FormatOptions options
)

Parameters

obj
An System.Object value indicates the data to format.
options
A value that specifies additional format options.

Return Value

A FormatResult value represents the formatting result.
See Also

Reference

IFormatter Interface
IFormatter Members
Overload List