Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example retrieves the location, width, and height of the specified cell.

C++

ret = m_Spread.GetCellPos(Cellx, Celly, &x, &y, &Width, &Height);

Visual Basic

ret = fpSpread1.GetCellPos(Cellx, Celly, x, y, Width, Height)

Copyright © GrapeCity, inc. All rights reserved.