Spread 8.0 Documentation
DLL
Support Options

Glossary Item Box

DLL


To provide a cell note for a cell

  1. Call the SSSetTextTip function.
    1. Set the wStatus parameter to a value other than 0 (SS_TT_STATUS_OFF) to display cell notes.
    2. If you want to customize the cell note appearance, set the lpLogFont, clrBack, and clrFore parameters as appropriate.

      Note: The SSSetTextTip function customizes the appearance of both text tips and cell notes. However, you can use the SSSetTextTip function in the SSIsFetchCellNote function in response to the SSM_TEXTTIPFETCH message to specify a different appearance for cell notes and text tips.

  2. Set the Value parameter of the SSSetCellNoteIndicator function as follows:
    1. If you want to display the cell note indicator and to send the SSM_TEXTTIPFETCH message, set the Value parameter to 0 (SS_CELLNOTEINDICATOR_SHOWANDFIREEVENT).
    2. If you want to display the cell note indicator and to not send the SSM_TEXTTIPFETCH message, set the Value parameter to 1 (SS_CELLNOTEINDICATOR_SHOWANDDONOTFIREEVENT).
    3. If you want to hide the cell note indicator and to send the SSM_TEXTTIPFETCH message, set the Value parameter to 2 (SS_CELLNOTEINDICATOR_DONOTSHOWANDFIREEVENT).
    4. If you want to hide the cell note indicator and to not send the SSM_TEXTTIPFETCH message, set the Value parameter to 3 (SS_CELLNOTEINDICATOR_DONOTSHOWANDDONOTFIREEVENT).
  3. Call the SSSetCellNote or SSSetCellNoteRange function to specify the text to display in the cell note.
Copyright © GrapeCity, inc. All rights reserved.