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

In This Topic
    Col Property (CellRange)
    In This Topic
    Gets or sets the index of the first column in this range.
    Syntax
    'Declaration
     
    Public Property Col As Integer
    public int Col {get; set;}
    See Also