Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ShowRowErrors Property


In This Topic
ShowRowErrors Property (FpSpread)
In This Topic
Gets or sets whether to allow the user to display the cell error using an icon or sticky note in the component.
Syntax
'Declaration
 
Public Property ShowRowErrors As Boolean
 
'Usage
 
Dim instance As FpSpread
Dim value As Boolean
 
instance.ShowRowErrors = value
 
value = instance.ShowRowErrors
See Also