Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example converts a column number to the corresponding column letter.

C++

Cstring s;
s = m_Spread.ColNumberToLetter(lCol);

Visual Basic

s = SpreadColNumberToLetter(55)

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