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)

Copyright © GrapeCity, inc. All rights reserved.