[]
Set value for properties of cell.
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
| 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 |