Spread 8.0 Documentation
SSColLetterToNumber Function
Support Options
DLL Reference > DLL Functions > SSColLetterToNumber Function

Glossary Item Box

SSColLetterToNumber Function


See Also    ActiveX    Example

Applies To

fpSpread DLL control

Description

Converts column letter to column index.

Syntax

C

SS_COORD SSColLetterToNumber(LPCTSTR lpszText);

C++

SS_COORD TSpread::ColLetterToNumber(LPCTSTR lpszText);

Parameters

The following parameters are available:

Parameter Description
lpszText Column letter for which to provide column index

Remarks

This function is applied to the current sheet setting unless you first call the SSSetSheet function to specify the sheet for which you are calling this function.

This function returns the column index of the column with the specific letter.

Return Value

Column index

See Also

SSSetSheet function

ActiveX Correspondence

ColLetterToNumber method

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.