Spread Windows Forms 12.0 Product Documentation
Format Method (DateTimeCellType)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > DateTimeCellType 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 obj As Object _
) As String
'Usage
 
Dim instance As DateTimeCellType
Dim obj As Object
Dim value As String
 
value = instance.Format(obj)
public override string Format( 
   object obj
)

Parameters

obj
Object in the data model with cell data to format
Exceptions
ExceptionDescription
Specified object to format is not valid
See Also

Reference

DateTimeCellType Class
DateTimeCellType Members