ComponentOne ASP.NET MVC Controls
Rowspan Method (CellBuilder)

C1.Web.Mvc.MultiRow.Fluent Namespace > CellBuilder Class : Rowspan Method
The value.
Configurates C1.Web.Mvc.MultiRow.Cell.Rowspan. Number of grid rows spanned by the group.
Syntax
'Declaration
 
Public Function Rowspan( _
   ByVal value As Integer _
) As CellBuilder
public CellBuilder Rowspan( 
   int value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

CellBuilder Class
CellBuilder Members