Spread for ASP.NET 8.0 Product Documentation
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
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, 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.