SSpread.ColLetterToNumber Method
| Explanation | Converts an alphabetic string in a column header to the corresponding column number. For example, "A" is converted to 1, "B" is converted to 2, and "AA" is converted to 27. | |
| Call format | ColLetterToNumber(letter) | |
| Return value | Column index | |
| Arguments | letter | Alphabet string in column header |
| Exception | None | |
| Example of use | | |
| Related item | ColNumberToLetter method | |