[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.RichTextCellType.Format

Format Method

Format(object)

Formats the object.

Declaration
public override string Format(object o)
Public Overrides Function Format(o As Object) As String
Parameters
Type Name Description
object o

Object to format

Returns
Type Description
string

Formats the specified object as a string.

Overrides