Spread 8.0 Documentation
SSGetCellNoteIndicatorColor, SSSetNoteIndicatorColor Functions
Support Options
DLL Reference > DLL Functions > SSGetCellNoteIndicatorColor, SSSetNoteIndicatorColor Functions

Glossary Item Box

SSGetCellNoteIndicatorColor, SSSetNoteIndicatorColor Functions


See Also    ActiveX    Example

Applies To

fpSpread DLL control

Description

Set or return the background color of the cell note.

Syntax

C

COLORREF SSGetCellNoteIndicatorColor(HWND hWnd);

COLORREF SSSetCellNoteIndicatorColor(HWND hWnd, COLORREF Color);

C++

COLORREF TSpread::GetNoteIndicatorColor(void);

COLORREF TSpread::SetNoteIndicatorColor(COLORREF Color);

Parameters

The SSGetCellNoteIndicatorColor function has the following parameter:

Parameter Description
hWnd Window handle of the fpSpread control

The SSSetCellNoteIndicatorColor function has the following parameters:

Parameter Description
hWnd Window handle of the fpSpread control
Color Cell note color

Remarks

The default cell note color is red (0x000000FF).

Return Value

Cell note color.

See Also

Providing Cell Notes

SSGetCellNoteIndicator, SSSetCellNoteIndicator, SSSetSheet functions

ActiveX Correspondence

CellNoteIndicatorColor property

Copyright © GrapeCity, inc. All rights reserved.