FarPoint.Win.Spread
IRenderer Interface
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace : IRenderer Interface


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

Syntax

Visual Basic (Declaration) 
Public Interface IRenderer 
Visual Basic (Usage)Copy Code
Dim instance As IRenderer
C# 
public interface IRenderer 

See Also