Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example hides a sheet.

C++

spr->SetSheetCount(5);

spr->SetSheetVisible(2, false);

BOOL b = spr->GetSheetVisible(2);

if(b = true)

{

AfxMessageBox("The sheet is not visible!");

}

Copyright © GrapeCity, inc. All rights reserved.