Gets a value indicating whether the row in a list contains cells that don't pass data validation.
'Declaration
ReadOnly Property InvalidData As Boolean
'Usage
Dim instance As ITableRow
Dim value As Boolean
value = instance.InvalidData
Property Value
true
if the row in a list contains cells that don't pass data validation; otherwise,
false
.