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






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