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
public bool ShowRowErrors {get; set;}
See Also