ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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
    public bool IsValid()

    Return Value

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