Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetReference Structure / IsValid Method


In This Topic
IsValid Method (WorksheetReference)
In This Topic
Gets a boolean value indicating whether this WorksheetReference value is valid.
Syntax
'Declaration
 
Public Function IsValid( _
   ByVal navigate As Boolean _
) As Boolean
 
'Usage
 
Dim instance As WorksheetReference
Dim navigate As Boolean
Dim value As Boolean
 
value = instance.IsValid(navigate)

Parameters

navigate
true if the function validate for navigating; otherwise, false for accessing.

Return Value

true if this WorksheetReference value is valid; otherwise, false.
See Also