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






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