Spread 8.0 Documentation
SSShowCol Function
Support Options
DLL Reference > DLL Functions > SSShowCol Function

Glossary Item Box

SSShowCol Function


See Also    ActiveX

Applies To

fpSpread DLL control

Description

Determines whether a column is displayed or hidden.

Syntax

C

BOOL SSShowCol(HWND hWnd, SS_COORD Col, BOOL fShow);

C++

BOOL TSpread::ShowCol(SS_COORD Col, BOOL fShow);

Parameters

The following parameters are available:

Parameter Description
hWnd Window handle of the fpSpread control
Col Column number of column to display or hide
(Value can be SS_HEADER or SS_ALLCOLS.)
fShow Determines whether the column is displayed

Remarks

This function is applied to the current sheet setting unless you first call the SSSetSheet function to specify the sheet for which you are calling this function.

Set the fShow parameter to TRUE to display the column; set the parameter to FALSE to hide the column.

Return Value

TRUE if the function completes successfully; FALSE otherwise.

See Also

Exporting to an HTML File
Hiding Columns and Rows

SSSetSheet, SSShowRow functions

ActiveX Correspondence

ColHidden property

Copyright © GrapeCity, inc. All rights reserved.