Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / IsValid Method
The range to validate.


In This Topic
IsValid Method (Worksheet)
In This Topic
Determines whether the specified range is valid.
Syntax
'Declaration
 
Public Function IsValid( _
   ByVal reference As Reference _
) As Boolean
 
'Usage
 
Dim instance As Worksheet
Dim reference As Reference
Dim value As Boolean
 
value = instance.IsValid(reference)

Parameters

reference
The range to validate.

Return Value

true if the specified range is valid; otherwise, false.
See Also