[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridBaseBuilder-3.FrozenCells

FrozenCells Method

FrozenCells(int, int, int, int)

Sets the freeze cells on both the horizontal (left and right) and vertical (top and bottom) axes.

Declaration
public virtual TBuilder FrozenCells(int topRowCount, int bottomRowCount, int leftColumnCount, int rightColumnCount)
Parameters
Type Name Description
int topRowCount

The minimum number of rows.

int bottomRowCount

The minimum number of rows.

int leftColumnCount

The minimum number of columns.

int rightColumnCount

The minimum number of columns.

Returns
Type Description
TBuilder

Current builder.