[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.IRenderer

IRenderer Interface

Interface that defines the methods and properties required by objects used as renderers. Renderers are responsible for painting cells.

Namespace: FarPoint.Win.Spread.CellType
Assembly: FarPoint.Win.Spread.dll
Syntax
public interface IRenderer
Public Interface IRenderer

Methods

Name Description
CanBeOverflown()

Determines whether adjacent cells can overflow into this cell.

CanOverflow()

Determines whether this cell can overflow into an adjacent cell.

GetPreferredSize(Graphics, Size, Appearance, object, float)

Gets the preferred (maximum required) size of the cell for the renderer control.

PaintCell(Graphics, Rectangle, Appearance, object, bool, bool, float)

Paints the cell when not editing.