ListRow.InvalidData Property
Returns a Boolean value that indicates if a row in a list contains cells that don't pass data validation and need to be fixed before any changes can be committed to the Microsoft Windows SharePoint Services site.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property InvalidData As Boolean
Get
'Usage
Dim instance As ListRow
Dim value As Boolean
value = instance.InvalidData
bool InvalidData { get; }
Property Value
Type: System.Boolean