SSGetCellNoteIndicatorColor, SSSetNoteIndicatorColor Functions
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
SSGetCellNoteIndicator, SSSetCellNoteIndicator, SSSetSheet functions
ActiveX Correspondence
CellNoteIndicatorColor property