Example
The following example sets colors for the corner cell.
C++
m_Spread.SetEnhancedCornerColors(0x00FF0000,
0x00800000, 0x00808000, 0x00C000C0, 0x00FF0000,
0x00800000);
Visual Basic
fpSpread1.SetEnhancedCornerColors vbRed, vbYellow,
vbBlue, vbGreen, vbBlack, vbWhite