Spread Windows Forms 17
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.


In This Topic
    Format(Object,FormatOptions) Method
    In This Topic
    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)

    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