ShowRowErrors Property (FpSpread)
Gets or sets whether to allow the user to display the cell error using an icon or sticky note in the component.
public bool ShowRowErrors {get; set;}
'Declaration
Public Property ShowRowErrors As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.ShowRowErrors = value
value = instance.ShowRowErrors