Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example sets a sheet name.

C++

spr->SetSheetName(2, "Debits");

short s;

char buf[20];

// Get the sheet name

s = spr->GetSheetName(2, "Debits", 20);

itoa(s, (LPSTR)buf, 20);

AfxMessageBox(buf);

Copyright © GrapeCity, inc. All rights reserved.