Spread Windows Forms 12.0 Product Documentation
InvalidData Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITableRow Interface : InvalidData Property
Gets a value indicating whether the row in a list contains cells that don't pass data validation.
Syntax
'Declaration
 
ReadOnly Property InvalidData As Boolean
'Usage
 
Dim instance As ITableRow
Dim value As Boolean
 
value = instance.InvalidData
bool InvalidData {get;}

Property Value

true if the row in a list contains cells that don't pass data validation; otherwise, false.
See Also

Reference

ITableRow Interface
ITableRow Members