Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example illustrates the method used for drawing an owner-drawn cell.

    HWND hSpread:
    hSpread = ::GetDlgItem(m_hWnd, IDC_SPREAD);
    SSSetEnhancedCornerColors(hSpread,0x00c000c0,0x00FF0000,
    0x00800000,0x00808000,0x0c0c0000,0x0cf00000);

Copyright © GrapeCity, inc. All rights reserved.