SpreadsheetGear Namespace > IValidation Interface : Value Property |
'Declaration
ReadOnly Property Value As System.Boolean
'Usage
Dim instance As IValidation Dim value As System.Boolean value = instance.Value
System.bool Value {get;}
read-only property Value: System.Boolean;
function get Value : System.boolean
__property System.bool get_Value();
property System.bool Value { System.bool get(); }
This property behaves differently than other properties in this interface. The represented cells may have any number of different data validation criteria or no data validation criteria.
Cells with no data and cells with no data validation criteria are ignored.
To determine which of the represented cells fails data validation requires checking the cells individually.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2