Description
Color cells data structure
Syntax
Dim/Private ValName As tagColorCells
Remarks
This structure main applies to SetColorCellData and GetColorCellData methods as parameters, describes as following:
typedef struct tagColorCells
{
OLE_COLOR Color; // color cell color value
Bool RampNode; // color cell whether Ramp color node
String Tooltip; // color cell tooltip
} ColorCellData, *LPCOLORCELLDATA;
About this structure using details, refer to SetColorCellData and GetColorCellData methods.
Sample
Refer to SetColorCellData and GetColorCellData methods sample.