Example
The following example determines whether the specified cell is visible. If the cell is partially displayed, it is considered visible.
C++
ret = m_Spread.IsVisible(Col, Row, True);
Visual Basic
ret = fpSpread1.IsVisible(Col, Row, True)
DLL Correspondence
SSGetVisible function