Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / IsRendererSet Method


In This Topic
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()
See Also