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:
If you want to hide the column headers,
Set the
nIndex
parameter to SSB_SHOWCOLHEADERS.
Set the
bNewVal
parameter to FALSE.
If you want to hide the row headers,
Set the
nIndex
parameter to SSB_SHOWROWHEADERS.
Set the
bNewVal
parameter to FALSE.