Example
The following example sets the UnitType property to twips.
C++
// Set column width and row height unit type
m_Spread.SetUnitType(UnitTypeTwips);
Visual Basic
' Set column width and row height unit type
fpSpread1.UnitType = UnitTypeTwips