ShowCellErrors Property (FpSpread)
Gets or sets whether to allow the user to display row error by icon in the component.
public bool ShowCellErrors {get; set;}
'Declaration
Public Property ShowCellErrors As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.ShowCellErrors = value
value = instance.ShowCellErrors