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