SSShowRow Function
Applies To
fpSpread DLL control
Description
Determines whether a row is displayed or hidden.
Syntax
C
BOOL SSShowRow(HWND hWnd, SS_COORD Row, BOOL fShow);
C++
BOOL TSpread::ShowRow(SS_COORD Row, BOOL fShow);
Parameters
The following parameters are available:
Parameter | Description |
hWnd | Window handle of the fpSpread control |
Row | Row number of row to display or hide (Value can be SS_HEADER or SS_ALLROWS.) |
fShow | Determines whether the row 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 row; set the parameter to FALSE to hide the row.
Return Value
TRUE if the function completes successfully; FALSE otherwise.
See Also
Exporting to an HTML File
Hiding Columns and Rows
SSSetSheet, SSShowCol functions
ActiveX Correspondence
RowHidden property