[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.BaseCellType.Format

Format Method

Format(object)

Formats the specified data into the format of the cell type and returns it as a string.

Declaration
public abstract string Format(object obj)
Public MustOverride Function Format(obj As Object) As String
Parameters
Type Name Description
object obj

Object in the data model with cell data to format

Returns
Type Description
string
Implements