Spread.SetLabel Method
| Explanation | Set the value of the column header. | |
| Call format | Spread1.SetLabel( col, collabel ) | |
| Return value | None | |
| Arguments | integer col | Column position to set 0 is the leftmost column. Every time the value increases by 1, it becomes the column to the right. |
| String collabel | New column header value | |
| Exception | None | |
| Example of use | | |
| Related item | GetLabel method | |