[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.HyperLinkCellType.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 o)
Public Overrides Function Format(o As Object) As String
Parameters
Type Name Description
object o

Object in the data model to format

Returns
Type Description
string
Overrides