hWndSpread Property
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
hWnd property
DLL Correspondence
SpvGethWndSpread, SpvSethWndSpread functions