Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

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

Copyright © GrapeCity, inc. All rights reserved.