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

Copyright © GrapeCity, inc. All rights reserved.