SSGetCustomRenderer Function
Applies To
fpSpread DLL control
Description
Returns the renderer control for the custom cell.
Syntax
C
HWND SSGetCustomRenderer(HWND hWnd, LPCTSTR lpszName, long IStyle);
C++
HWND TSpread::GetCustomRenderer(LPCTSTR lpszName, long IStyle);
Parameters
The following parameters are available:
Parameter | Description | |
---|---|---|
hWnd | Window handle of the fpSpread control | |
lpszName | Provide the name of the renderer for which to return information | |
IStyle | Style information |
Remarks
This function returns the renderer control for the specified custom cell type name and stye.
This function is applied to the entire workbook, including all sheets in the control.
Return Value
TRUE if the function completes successfully; FALSE otherwise.
See Also
SSAddCustomCellType, SSEnumCustomCellType, SSEnumCustomCellTypeLen, SSRemoveCustomCellType functions
ActiveX Correspondence
GetCustomRenderer method