Spread 8.0 Documentation
CellNoteIndicatorShape Property
Support Options
ActiveX Reference > ActiveX Properties > CellNoteIndicatorShape Property

Glossary Item Box

CellNoteIndicatorShape Property


See Also    DLL    Example 1   

Applies To

fpSpread control1

Description

Sets or returns the shape of a cell note. This property is available at run time only.

Syntax

C++

long CSpreadSheet::GetCellNoteIndicatorShape( );
void CSpreadSheet::SetCellNoteIndicatorShape(long value);

Visual Basic

[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

Providing Cell Notes

BackColorStyle, ForeColor, Sheet, TypeButtonColor properties

GetOddEvenRowColor, SetOddEvenRowColor methods

DLL Correspondence

SSGetCellNoteIndicatorShape, SSSetCellNoteIndicatorShape functions

Copyright © GrapeCity, inc. All rights reserved.