ComponentOne ASP.NET MVC Controls
Colspan Method (CellBuilder)

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

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

CellBuilder Class
CellBuilder Members