Spread Silverlight Documentation
IsValidRange(Worksheet) Method


The Worksheet object.
Determines whether this cell range is valid in the specified worksheet.
Syntax
'Declaration
 
Public Overloads Function IsValidRange( _
   ByVal worksheet As Worksheet _
) As System.Boolean
'Usage
 
Dim instance As CellRange
Dim worksheet As Worksheet
Dim value As System.Boolean
 
value = instance.IsValidRange(worksheet)
public System.bool IsValidRange( 
   Worksheet worksheet
)

Parameters

worksheet
The Worksheet object.

Return Value

true if the cell range is a valid range in the specified worksheet; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CellRange Class
CellRange Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.