SSGetCurrSelBlockPos Function
Applies To
fpSpread DLL control
Description
Returns the position of the last cell containing the pointer in a selected block.
Syntax
C
BOOL SSGetCurrSelBlockPos(HWND hWnd, LPSS_COORD CurrentCol, LPSS_COORD CurrentRow);
C++
BOOL TSpread::GetCurrSelBlockPos(LPSS_COORD CurrentCol, LPSS_COORD CurrentRow);
Parameters
The following parameters are available:
Parameter | Description |
---|---|
hWnd | Window handle of the fpSpread control |
CurrentCol | Pointer to variable that receives column number of last cell containing pointer |
CurrentRow | Pointer to variable that receives row number of last cell containing pointer |
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.
Return Value
TRUE if the function completes successfully; FALSE otherwise.
See Also
SSSetSheet function