Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example sets colors for the column header.

C++

m_Spread.SetEnhancedColumnHeaderColors(0x00FF0000,
0x00800000, 0x00808000, 0x00C000C0, 0x00FF0000,
0x00800000, 0x00808000, 0x00C000C0, 0x00080000,
0x00C00C00);

Visual Basic

fpSpread1.SetEnhancedColumnHeaderColors vbRed, vbYellow,
vbBlue, vbGreen, vbBlack, vbWhite, vbMagenta, &H80FF&,
vbBlue, vbRed

Copyright © GrapeCity, inc. All rights reserved.