ComponentOne ASP.NET MVC Controls
Colspan Method (CellGroupBuilder)

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

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

CellGroupBuilder Class
CellGroupBuilder Members