[]
        
Formats the specified data into the format of the cell type and returns it as a string.
public override string Format(object o)
Public Overrides Function Format(o As Object) As String
| Type | Name | Description | 
|---|---|---|
| object | o | Object in the data model to format  | 
    
| Type | Description | 
|---|---|
| string | Formats the specified object as a string.  |