[]
Set value for properties of cell.
public HeaderTemplateCell Set(int row, int col, int rowSpan, int colSpan, string title)
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. |
Type | Description |
---|---|
HeaderTemplateCell |