Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example specifies that no shadow effect is printed within the row and column headers.

C++

// Do not print the shadow effect
m_Spread.SetPrintShadows(FALSE);

Visual Basic

' Do not print the shadow effect
fpSpread1.PrintShadows = False

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