Configurates
C1.Web.Mvc.GridLayout.CellSpacing. Sets the spacing of the cell in the grid layout. It is in pixels.
Syntax
'Declaration
Public Function CellSpacing( _
ByVal As Integer _
) As
public CellSpacing(
int
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also