Spread 8.0 Documentation
DLL
Support Options

Glossary Item Box

DLL


To hide the column headers and row headers

Call the SSSetBool function and set the parameters as follows:

  1. If you want to hide the column headers,
    1. Set the nIndex parameter to SSB_SHOWCOLHEADERS.
    2. Set the bNewVal parameter to FALSE.
  2. If you want to hide the row headers,
    1. Set the nIndex parameter to SSB_SHOWROWHEADERS.
    2. Set the bNewVal parameter to FALSE.
Copyright © GrapeCity, inc. All rights reserved.