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

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.