SSpread.ColNumberToLetter Method
| Explanation | Gets the alphabetic string in the column header that corresponds to the column number. For example, 1 can get "A", 2 can get "B", and 27 can get "AA". | |
| Call format | ColNumberToLetter(num) | |
| Return value | Alphabet string in column header | |
| Arguments | num | Column index |
| Exception | None | |
| Example of use | | |
| Related item | ColLetterToNumber method | |