IsRendererSet Method (StyleInfo)
In This Topic
Gets whether the renderer for the cell (Renderer property) is set.
Syntax
'Declaration
Public Overridable Function IsRendererSet() As Boolean
'Usage
Dim instance As StyleInfo
Dim value As Boolean
value = instance.IsRendererSet()
public virtual bool IsRendererSet()
See Also