FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : IDateCellType Interface |
The following tables list the members exposed by IDateCellType.
Name | Description | |
---|---|---|
DateTimeFormat | Gets or sets a DateTimeFormatInfo that defines the format for displaying dates and times. | |
EditorClientScriptUrl | Gets the URL of the editor if the editor supports client scripting. (Inherited from FarPoint.Web.Spread.Editor.IEditor) | |
FormatString | Gets or sets the format string used to format the value. | |
IsDateFormat | Gets or sets whether the format string being used is a date-time format string. | |
RendererClientScriptUrl | Gets the URL of its HTC file, if this renderer control supports client-side scripting. (Inherited from FarPoint.Web.Spread.Renderer.IRenderer) |
Name | Description | |
---|---|---|
Format | Formats the object as a string. (Inherited from FarPoint.Web.Spread.Renderer.IFormatter) | |
GetEditorControl | Creates the cell editor control. (Inherited from FarPoint.Web.Spread.Editor.IEditor) | |
GetEditorValue | Gets the editing value posted back from the client for the editor control. (Inherited from FarPoint.Web.Spread.Editor.IEditor) | |
GetValidator | Gets the BaseValidator object for this editor. (Inherited from FarPoint.Web.Spread.Editor.IEditor) | |
PaintCell | Gets the renderer control and renders it in the cell. (Inherited from FarPoint.Web.Spread.Renderer.IRenderer) | |
Parse | Parses the specified string to an object. (Inherited from FarPoint.Web.Spread.Renderer.IFormatter) | |
ValidateEditorValue | Validates the input value for the editor control. (Inherited from FarPoint.Web.Spread.Editor.IEditor) |