Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example converts a twips measurement to a spreadsheet row-height measurement.

C++

m_Spread.TwipsToRowHeight(m_Spread.GetActiveRow( ), Twips, fpSpread1.GetRowHeight( ));

Visual Basic

fpSpread1.TwipsToRowHeightfpSpread1.ActiveRow, Twips, fpSpread1.RowHeight

Copyright © GrapeCity, inc. All rights reserved.