[]
Formats the specified data into the format of the cell type, and since this cell type does not support formatting, it does nothing.
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. |