ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / HeaderTemplateCell Class / Col Property






In This Topic
    Col Property (HeaderTemplateCell)
    In This Topic
    column position
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Col As System.Integer
    'Usage
     
    
    Dim instance As HeaderTemplateCell
    Dim value As System.Integer
     
    value = instance.Col
    public System.int Col {get;}
    public read-only property Col: System.Integer; 
    public function get Col : System.int
    public: __property System.int get_Col();
    public:
    property System.int Col {
       System.int get();
    }
    See Also