Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example retrieves the cell coordinates of the specified cell using screen coordinates.

C++

m_Spread.GetCellFromScreenCoord(&lCol, &lRow, x, y);

Visual Basic

fpSpread1.GetCellFromScreenCoord lCol, lRow, x, y

Copyright © GrapeCity, inc. All rights reserved.