Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example hides the bottom and right sheet borders.

C++

// Hide the bottom and right borders of the sheet
m_Spread.SetNoBorder(TRUE);

Visual Basic

' Hide the bottom and right borders of the sheet
fpSpread1.NoBorder = True

Copyright © GrapeCity, inc. All rights reserved.