ComponentOne ASP.NET MVC Controls
ShowBandedRows Method

C1.Web.Mvc.Sheet.Fluent Namespace > TableBuilder Class : ShowBandedRows Method
The value.
Configurates C1.Web.Mvc.Sheet.Table.ShowBandedRows. Sets a value that determines whether banded row formatting is applied.
Syntax
'Declaration
 
Public Function ShowBandedRows( _
   ByVal value As Boolean _
) As TableBuilder
public TableBuilder ShowBandedRows( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

TableBuilder Class
TableBuilder Members