Spread.GetLabel Method
| Explanation | Get the value of the column header. | |
| Call format | var s = Spread1.GetLabel( col ) | |
| Return value | Column header value specified by col | |
| Arguments | integer col | Column position to retrieve 0 is the leftmost column. Every time the value increases by 1, it becomes the column to the right. |
| Exception | None | |
| Example of use | | |
| Related item | SetLabel method | |