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

Glossary Item Box

SSIsRowHidden Function


See Also    ActiveX

Applies To

fpSpread DLL control

Description

Returns whether the specified row is hidden.

Syntax

C

BOOL SSIsRowHidden(HWND hWnd, SS_COORD Row);

C++

BOOL TSpread::IsRowHidden(SS_COORD Row);

Parameters

The following parameters are available:

Parameter Description
hWnd Window handle of the fpSpread control
Row Row 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 row, call the SSShowRow function and set the fShow parameter to FALSE.

To return whether a specified column is hidden, call the SSIsColHidden function.

Return Value

Returns TRUE if the specified row is hidden. Returns FALSE if the specified row is not hidden.

See Also

SSIsColHidden, SSSetSheet, SSShowRow functions

ActiveX Correspondence

RowHidden property

Copyright © GrapeCity, inc. All rights reserved.