Validation.Value Property
True if all the validation criteria are met (that is, if the range contains valid data). Read-only Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Value As Boolean
Get
'Usage
Dim instance As Validation
Dim value As Boolean
value = instance.Value
bool Value { get; }
Property Value
Type: System.Boolean