[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.Fluent.PivotGridBuilder.AlternatingRowStep

AlternatingRowStep Method

AlternatingRowStep(int)

Configurates AlternatingRowStep. Sets a value that determines the number of regular rows between 'alternating' rows.

Declaration
public override PivotGridBuilder AlternatingRowStep(int value)
Parameters
Type Name Description
int value

The value.

Returns
Type Description
PivotGridBuilder

Current builder.

Overrides