CellNoteIndicatorShape Property
Applies To
fpSpread control1
Description
Sets or returns the shape of a cell note. This property is available at run time only.
Syntax
long CSpreadSheet::GetCellNoteIndicatorShape( );
void CSpreadSheet::SetCellNoteIndicatorShape(long value);
[form.]fpSpread.CellNoteIndicatorShape[ = setting%]
Remarks
The following options are available:
Setting | Description |
---|---|
0 - CellNoteIndicatorShapeSquare | (Default) Display a square cell note |
1 - CellNoteIndicatorShapeTriangle | Display a triangle shaped cell note |
The default value for the CellNoteIndicatorShape property is square.
This setting is applied to the current cell using the Col and Row properties. Set the Row and Col properties before setting the cell note shape.
Spread Designer
Choose the Book menu, the Environment menu, and then the Environment tab, and then select Note Shape in the Property drop-down list box in the Book Settings dialog box.
Specify the cell note shape using the instructions in Selecting an Item in Spread Designer. Then use the drop-down list box to specify the shape.
Data Type
Integer
See Also
BackColorStyle, ForeColor, Sheet, TypeButtonColor properties
GetOddEvenRowColor, SetOddEvenRowColor methods
DLL Correspondence
SSGetCellNoteIndicatorShape, SSSetCellNoteIndicatorShape functions