Spread 8.0 Documentation
SSGetUnitType, SSSetUnitType Functions
Support Options
DLL Reference > DLL Functions > SSGetUnitType, SSSetUnitType Functions

Glossary Item Box

SSGetUnitType, SSSetUnitType Functions


See Also    ActiveX

Applies To

fpSpread DLL control

Description

Set or return the unit type used to specify column width and row height.

Syntax

C

WORD SSGetUnitType(HWND hWnd);

WORD SSSetUnitType(HWND hWnd, WORD wUnitType);

C++

WORD TSpread::GetUnitType( );

WORD TSpread::SetUnitType(WORD wUnitType);

Parameters

The SSGetUnitType function has the following parameter:

Parameter Description
hWnd Window handle of the fpSpread control

The SSSetUnitType function has the following parameters:

Parameter Description
hWnd Window handle of the fpSpread control
wUnitType New unit type
Use one of the following values:
Constant Description
SS_UNITTYPE_NORMAL Column width and row height are based on system fixed font
SS_UNITTYPE_DEFAULT Default column width and row height units
SS_UNITTYPE_TWIPS Column width and row height are measured in twips

Remarks

This function is applied to the entire workbook, including all sheets in the control.

The default column width and row height measurements are based on the system fixed font and the point size of the system fixed font, respectively.

Return Value

Previous unit type (one of the values of the SSSetUnitType wUnitType parameter).

See Also

Setting Measurement Units

ActiveX Correspondence

UnitType property

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