ASP.NET Core MVC Controls | ComponentOne
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
     
    
    <System.ComponentModel.DefaultValueAttribute(-1)>
    Public Property Col As System.Integer
    'Usage
     
    
    Dim instance As CellRange
    Dim value As System.Integer
     
    instance.Col = value
     
    value = instance.Col
    [System.ComponentModel.DefaultValue(-1)]
    public System.int Col {get; set;}
    public read-write property Col: System.Integer; 
    System.ComponentModel.DefaultValueAttribute(-1)
    public function get,set Col : System.int
    [System.ComponentModel.DefaultValue(-1)]
    public: __property System.int get_Col();
    public: __property void set_Col( 
       System.int value
    );
    [System.ComponentModel.DefaultValue(-1)]
    public:
    property System.int Col {
       System.int get();
       void set (    System.int value);
    }
    See Also