SSGetCustomEditor Function
Applies To
fpSpread DLL control
Description
Returns the editor control for the custom cell.
Syntax
C
HWND SSGetCustomEditor(HWND hWnd, LPCTSTR lpszName, long IStyle);
C++
HWND TSpread::GetCustomEditor(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 editor for which to return information | |
IStyle | Style information |
Remarks
This function returns the editor control for the specified custom cell type name and style.
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
GetCustomEditor method