Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellRange Class / Column Property

In This Topic
    Column Property (GridCellRange)
    In This Topic
    Gets or sets the left most column.
    Syntax
    'Declaration
     
    
    Public Property Column As Integer
    public int Column {get; set;}
    See Also