CellNoteIndicatorColor Property
Applies To
fpSpread control1
Description
Sets or returns the background color of a cell note. This property is available at run time only.
Syntax
C++
OLE_COLOR CSpreadSheet::GetCellNoteIndicatorColor( );
void CSpreadSheet::SetCellNoteIndicatorColor(OLE_COLOR value);
Visual Basic
[form.]fpSpread.CellNoteIndicatorColor[ = color]
Remarks
The default value for the CellNoteIndicatorColor property is &H000000FF& (red).
Spread Designer
Choose the Book menu, the Book Colors menu, and then the Colors tab, and then select CellNoteIndicatorColor in the Property drop-down list box in the Book Default Settings dialog box.
Data Type
Color
See Also
BackColorStyle, ForeColor, Sheet, TypeButtonColor properties
GetOddEvenRowColor, SetOddEvenRowColor methods
DLL Correspondence
SSGetCellNoteColorIndicator, SSSetCellNoteIndicatorColor function