ASP.NET Core MVC Controls | ComponentOne
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 System.Boolean
    'Usage
     
    
    Dim instance As CellRange
    Dim value As System.Boolean
     
    value = instance.IsValid()
    public System.bool IsValid()
    public function IsValid(): System.Boolean; 
    public function IsValid() : System.boolean;
    public: System.bool IsValid(); 
    public:
    System.bool IsValid(); 

    Return Value

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