Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / AutoFormatter Class / Format Method
The object with cell data to format.


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

    Parameters

    obj
    The object with cell data to format.

    Return Value

    Returns the formatted string.
    See Also