ColLetterToNumber Method
Applies To
fpSpread control
Description
Converts a column's letter to the corresponding column number.
Syntax
C++
Long CSpreadSheet::ColLetterToNumber (LPCTSTR HeaderLetter);
Visual Basic
fpSpread.ColLetterToNumber(ByVal HeaderLetter As String) As Long
Parameters
The following parameter is available:
Parameter | Description |
HeaderLetter | Letter displayed in column for which to return the column number |
This method is called for the current sheet setting unless you first set the Sheet property to specify the sheet with which you want to work.
Return Type
Long integer
See Also
Sheet property
ColNumberToLetter method
DLL Correspondence
SSColLetterToNumber function