SSGetClientRect Function
Applies To
fpSpread DLL control
Description
Returns the rectangle coordinates of the client area of the fpSpread control, excluding scroll bars.
Syntax
C
void SSGetClientRect(HWND hWnd, LPRECT lpRect);
C++
void TSpread::GetClientRect(LPRECT lpRect);
Parameters
The following parameters are available:
Parameter | Description |
---|---|
hWnd | Window handle of the fpSpread control |
lpRect | Pointer to a RECT structure to retrieve client rectangle coordinates |
Remarks
This function is applied to the current sheet setting unless you first call the SSSetSheet function to specify the sheet for which you are calling this function.
Use this function and not the Windows GetClientRect function.
See Also
SSSetSheet function
ActiveX Correspondence
GetClientArea method