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