Spread 8.0 Documentation
hWndSpread Property
Support Options
ActiveX Reference > ActiveX Properties > hWndSpread Property

Glossary Item Box

hWndSpread Property


See Also    DLL    Example

Applies To

fpSpreadPreview control

Description

Sets or returns the window handle of the fpSpread control you want to preview. This property is available at run time only.

Syntax

C++

long CSpreadPreview::GethWndSpread( );
void CSpreadPreview::SethWndSpread(long value);

Visual Basic

[form.]fpSpreadPreview.hWndSpread[ = value%]

Remarks

Set this property equal to the value of the hWnd property for the fpSpread control that you want to preview.

You can use this property to refresh the previewed sheet to reflect changes the user has made.

Data Type

Long Integer

See Also

Previewing a Sheet

hWnd property

DLL Correspondence

SpvGethWndSpread, SpvSethWndSpread functions

Copyright © GrapeCity, inc. All rights reserved.