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
| Spread 8.0 Documentation | |
| Example | |
| Support Options | |
Glossary Item Box