Spread Windows Forms 12.0 Product Documentation
DateTimeCellType Class
Members 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace : DateTimeCellType Class
Represents a date-time cell.
Object Model
DateTimeCellType ClassPicture ClassExtraRendererSettings ClassISubEditor Interface
Syntax
'Usage
 
Dim instance As DateTimeCellType
Remarks

This can be used to display Date or Time or both. In MS Excel, Date and Time formats are separate, but in Spread, the DateTimeCellType can be used to handle both dates and times.

By default, settings from the Windows Regional Settings or Regional Options provide the culture-specific formatting. You can set several format options for date and time using the properties in this class.

For more information about setting the cell type, refer to Setting a Date-Time Cell.

For more information about the behavior of contents in a cell of this type, refer to Understanding Cell Type Effects on Displaying Data.

Inheritance Hierarchy

System.Object
   FarPoint.Win.Spread.CellType.BaseCellType
      FarPoint.Win.Spread.CellType.EditBaseCellType
         FarPoint.Win.Spread.CellType.DateTimeCellType

See Also

Reference

DateTimeCellType Members
FarPoint.Win.Spread.CellType Namespace

User-Task Documentation

Setting a Date-Time Cell
Working with Editable Cell Types