ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.TransposedMultiRow Namespace / Cell Class / Rowspan Property






In This Topic
    Rowspan Property (Cell)
    In This Topic
    Number of grid rows spanned by the group.
    Syntax
    'Declaration
     
    
    Public Property Rowspan As System.Integer
    'Usage
     
    
    Dim instance As Cell
    Dim value As System.Integer
     
    instance.Rowspan = value
     
    value = instance.Rowspan
    public System.int Rowspan {get; set;}
    public read-write property Rowspan: System.Integer; 
    public function get,set Rowspan : System.int
    public: __property System.int get_Rowspan();
    public: __property void set_Rowspan( 
       System.int value
    );
    public:
    property System.int Rowspan {
       System.int get();
       void set (    System.int value);
    }
    See Also