SSGetBottomRightCell Function
Applies To
fpSpread DLL control
Description
Returns the row and column of the lower-right corner cell in the displayed portion of the sheet.
Syntax
C
BOOL SSGetBottomRightCell(HWND hWnd, LPSS_COORD lpCol, LPSS_COORD lpRow);
C++
BOOL TSpread::GetBottomRightCell(LPSS_COORD lpCol, LPSS_COORD lpRow);
Parameters
This function has the following parameters:
Parameter | Description |
hWnd | Window handle of the fpSpread control |
lpCol | Pointer to variable that receives column number of lower-right cell |
lpRow | Pointer to variable that receives row number of lower-right cell |
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
SSGetTopLeftCell, SSSetSheet functions
ActiveX Correspondence
GetBottomRightCell method