SpreadsheetGear 2017
Value Property (IValidation)






SpreadsheetGear Namespace > IValidation Interface : Value Property
Returns true if all represented cells meet their validation criteria.
Syntax
'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();
}
Remarks

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.

Requirements

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

See Also

Reference

IValidation Interface
IValidation Members