Spread for ASP.NET 11 Product Documentation
IsValidRange(SheetView) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > CellRange Class > IsValidRange Method : IsValidRange(SheetView) Method
SheetView object with the sheet
Determines whether this cell range is valid in the specified sheet.
Syntax
'Declaration
 
Public Overloads Function IsValidRange( _
   ByVal sheetView As SheetView _
) As Boolean
'Usage
 
Dim instance As CellRange
Dim sheetView As SheetView
Dim value As Boolean
 
value = instance.IsValidRange(sheetView)
public bool IsValidRange( 
   SheetView sheetView
)

Parameters

sheetView
SheetView object with the sheet
See Also

Reference

CellRange Class
CellRange Members
Overload List