[]
        
(Showing Draft Content)

C1.Web.Mvc.HeaderTemplateCell.Set

Set Method

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

Set value for properties of cell.

Declaration
public HeaderTemplateCell Set(int row, int col, int rowSpan, int colSpan, string title)
Public Function [Set](row As Integer, col As Integer, rowSpan As Integer, colSpan As Integer, title As String) As HeaderTemplateCell
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.

Returns
Type Description
HeaderTemplateCell