In This Topic
Interface that defines the methods and properties required by objects used as renderers. Renderers are responsible for painting cells.
Syntax
'Declaration
Public Interface IRenderer
'Usage
Dim instance As IRenderer
public interface IRenderer
See Also