[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.CellTemplateHandler.Set

Set Method

Set(int, int, int, int, string)

Set value for properties of cell.

Declaration
public void Set(int row, int col, int rowSpan, int colSpan, string title)
Parameters
Type Name Description
int row

row position in header table.

int col

column position in header table.

int rowSpan

row span in header table.

int colSpan

column span in header table.

string title

Text will appear in this cell.