Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


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

C++

SS_COORD c;

c = spr->ColLetterToNumber("B");

char buf[10];

itoa(c, (LPSTR)buf, 10);

AfxMessageBox(buf);

Copyright © GrapeCity, inc. All rights reserved.