Spread Silverlight Documentation
IsValid Property


GrapeCity.Windows.SpreadSheet.Data Namespace > Cell Class : IsValid Property
Gets or sets a value that indicates whether the cell value is valid.
Syntax
'Declaration
 
Public ReadOnly Property IsValid As System.Boolean
'Usage
 
Dim instance As Cell
Dim value As System.Boolean
 
value = instance.IsValid
public System.bool IsValid {get;}

Property Value

true if the cell value is valid; otherwise, false.
See Also

Reference

Cell Class
Cell Members