ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Grid Namespace / CellRange Class
Members






In This Topic
    CellRange Class
    In This Topic
    Represents a rectangular group of cells defined by two row indices and two column indices.
    Object Model
    CellRange Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class CellRange 
    'Usage
     
    
    Dim instance As CellRange
    public sealed class CellRange 
    public class CellRange sealed; 
    public sealed class CellRange 
    public __gc __sealed class CellRange 
    public ref class CellRange sealed 
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Grid.CellRange

    See Also