C1.Web.Mvc.Grid Namespace / CellRange Class / IsValid Method

In This Topic
IsValid Method
In This Topic
Checks whether this range contains valid row and column indices (> -1).
Syntax
'Declaration
 
Public Function IsValid() As Boolean
 

Return Value

True if it is valid. Otherwise, false.
See Also