[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Extender.AjaxComboBoxCellType.Format

Format Method

Format(object)

When deriving a cell type based on this type, override this
to change what gets passed back and formatted as a string into the cell on the sheet from the object in the data model.

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 from which to get formatting information

Returns
Type Description
string
Overrides