SSIsColHidden Function
Applies To
fpSpread DLL control
Description
Returns whether the specified column is hidden.
Syntax
C
BOOL SSIsColHidden(HWND hWnd, SS_COORD Col);
C++
BOOL TSpread::IsColHidden(SS_COORD Col);
Parameters
The following parameters are available:
Parameter | Description |
hWnd | Window handle of the fpSpread control |
Col | Column number to check if hidden |
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.
To hide a column, call the SSShowCol function and set the fShow parameter to FALSE.
To return whether a specified row is hidden, call the SSIsRowHidden function.
Return Value
Returns TRUE if the specified column is hidden. Returns FALSE if the specified column is not hidden.
See Also
SSIsRowHidden, SSSetSheet, SSShowCol functions
ActiveX Correspondence
ColHidden property