Spread 8.0 Documentation
SSGetCellNoteIndicatorShape, SSSetNoteIndicatorShape Functions
Support Options
DLL Reference > DLL Functions > SSGetCellNoteIndicatorShape, SSSetNoteIndicatorShape Functions

Glossary Item Box

SSGetCellNoteIndicatorShape, SSSetNoteIndicatorShape Functions


See Also    ActiveX    Example

Applies To

fpSpread DLL control

Description

Set or return the shape of the cell note.

Syntax

C

WORD SSGetCellNoteIndicatorShape(HWND hWnd);

WORD SSSetCellNoteIndicatorShape(HWND hWnd, WORD nStyle);

C++

WORD TSpread::GetNoteIndicatorShape(void);

WORD TSpread::SetNoteIndicatorShape(WORD nStyle);

Parameters

The SSGetCellNoteIndicatorShape function has the following parameter:

Parameter Description
hWnd Window handle of the fpSpread control

The SSSetCellNoteIndicatorShape function has the following parameters:

Parameter Description
hWnd Window handle of the fpSpread control
nStyle Use one of the following shapes:
Constant Description
0 SS_CELLNOTEINDICATORSHAPE_SQUARE Displays a square cell note
1 SS_CELLNOTEINDICATORSHAPE_TRIANGLE Displays a triangle shaped cell note

Remarks

The default shape for the cell note is square.

Return Value

Cell note shape.

See Also

Providing Cell Notes

SSGetCellNoteIndicator, SSSetCellNoteIndicator, SSSetSheet functions

ActiveX Correspondence

CellNoteIndicatorShape property

Copyright © GrapeCity, inc. All rights reserved.