Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ICellType Interface
Methods

In This Topic
    ICellType Interface Members
    In This Topic

    The following tables list the members exposed by ICellType.

    Public Methods
     NameDescription
     MethodDetermines whether adjacent cells can overflow into this cell. (Inherited from FarPoint.Win.Spread.CellType.IRenderer)
     MethodCancels cell editing. (Inherited from FarPoint.Win.Spread.CellType.IEditor)
     MethodDetermines whether this cell can overflow into an adjacent cell. (Inherited from FarPoint.Win.Spread.CellType.IRenderer)
     MethodFormats the specified object as a string. (Inherited from FarPoint.Win.Spread.CellType.IFormatter)
     MethodGets the control associated with the editor. (Inherited from FarPoint.Win.Spread.CellType.IEditor)
     MethodGets the value in the editor control. (Inherited from FarPoint.Win.Spread.CellType.IEditor)
     MethodGets the preferred (maximum needed) size of the cell for the editor control. (Inherited from FarPoint.Win.Spread.CellType.IEditor)
     MethodGets the cursor reserved for this editor. (Inherited from FarPoint.Win.Spread.CellType.IEditor)
     MethodDetermines whether the specified key has special meaning to the editor control. (Inherited from FarPoint.Win.Spread.CellType.IEditor)
     MethodDetermines whether the specified cursor location has special meaning to the editor control. (Inherited from FarPoint.Win.Spread.CellType.IEditor)
     MethodDetermines whether the specified value is valid. (Inherited from FarPoint.Win.Spread.CellType.IEditor)
     MethodPaints the cell when not editing. (Inherited from FarPoint.Win.Spread.CellType.IRenderer)
     MethodParses the specified string into the desired object. (Inherited from FarPoint.Win.Spread.CellType.IFormatter)
     MethodSets the value of the editor control. (Inherited from FarPoint.Win.Spread.CellType.IEditor)
     MethodShows the subeditor control associated with the cell. (Inherited from FarPoint.Win.Spread.CellType.IEditor)
     MethodStarts cell editing with the specified options. (Inherited from FarPoint.Win.Spread.CellType.IEditor)
     MethodStops cell editing. (Inherited from FarPoint.Win.Spread.CellType.IEditor)
    Top
    See Also