Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

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

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.