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