Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ICellType Interface
Properties Methods

In This Topic
    ICellType Interface Members
    In This Topic

    The following tables list the members exposed by ICellType.

    Public Properties
     NameDescription
     PropertyGets the URL of the editor if the editor supports client scripting. (Inherited from FarPoint.Web.Spread.Editor.IEditor)
     PropertyGets the URL of its HTC file, if this renderer control supports client-side scripting. (Inherited from FarPoint.Web.Spread.Renderer.IRenderer)
    Top
    Public Methods
     NameDescription
     MethodFormats the object as a string. (Inherited from FarPoint.Web.Spread.Renderer.IFormatter)
     MethodCreates the cell editor control. (Inherited from FarPoint.Web.Spread.Editor.IEditor)
     MethodGets the editing value posted back from the client for the editor control. (Inherited from FarPoint.Web.Spread.Editor.IEditor)
     MethodGets the BaseValidator object for this editor. (Inherited from FarPoint.Web.Spread.Editor.IEditor)
     MethodGets the renderer control and renders it in the cell. (Inherited from FarPoint.Web.Spread.Renderer.IRenderer)
     MethodParses the specified string to an object. (Inherited from FarPoint.Web.Spread.Renderer.IFormatter)
     MethodValidates the input value for the editor control. (Inherited from FarPoint.Web.Spread.Editor.IEditor)
    Top
    See Also