[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.RegularExpressionCellType.Format

Format Method

Format(object)

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

Declaration
public override string Format(object obj)
Public Overrides 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

Formats the specified object as a string.

Overrides