ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Grid Namespace / CellRange Class
Properties Methods


In This Topic
    CellRange Class Members
    In This Topic

    The following tables list the members exposed by CellRange.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the index of the first column in this range.  
    Public PropertyGets or sets the index of the second column in this range.  
    Public PropertyGets or sets the index of the first row in this range.  
    Public PropertyGets or sets the index of the second row in this range.  
    Top
    Public Methods
     NameDescription
    Public MethodClones a copy of current CellRange.  
    Public MethodDetermines whether the specified object is equal to the current CellRange.  
    Public MethodServes as a hash function for CellRange.  
    Public MethodChecks whether this range contains valid row and column indices (> -1).  
    Top
    See Also