Spread Windows Forms 12.0 Product Documentation
Format Method (ColorPickerCellType)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > ColorPickerCellType Class : Format Method
Object in the data model with cell data to format
Formats the specified data into the format of the cell type and returns it as a string.
Syntax
'Declaration
 
Public Overrides Function Format( _
   ByVal o As Object _
) As String
'Usage
 
Dim instance As ColorPickerCellType
Dim o As Object
Dim value As String
 
value = instance.Format(o)
public override string Format( 
   object o
)

Parameters

o
Object in the data model with cell data to format

Return Value

String that contains the formatted data to put in the cell
See Also

Reference

ColorPickerCellType Class
ColorPickerCellType Members