Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / ErrorIconRenderer Property


In This Topic
ErrorIconRenderer Property
In This Topic
Gets or sets the renderer for the error icon.
Syntax
'Declaration
 
Public Property ErrorIconRenderer As IErrorIconRenderer
 
'Usage
 
Dim instance As SpreadView
Dim value As IErrorIconRenderer
 
instance.ErrorIconRenderer = value
 
value = instance.ErrorIconRenderer
See Also