Spread 8.0 Documentation
SSRemoveCustomCellType Function
Support Options
DLL Reference > DLL Functions > SSRemoveCustomCellType Function

Glossary Item Box

SSRemoveCustomCellType Function


See Also    ActiveX

Applies To

fpSpread DLL control

Description

Removes a custom cell type.

Syntax

C

BOOL SSRemoveCustomCellType(HWND hWnd, LPCTSTR lpszName);

C++

BOOL TSpread::RemoveCustomCellType(LPCTSTR lpszName);

Parameters

The following parameters are available:

Parameter Description
hWnd Window handle of the fpSpread control
lpszName Name of custom cell to be removed

Remarks

This function is applied to the entire workbook, including all sheets in the control.

Call the SSEnumCustomCellType function to return the names of the custom cells in the control.

A custom cell that is being referenced in one or more cells can not be removed.

Return Value

TRUE if the function completes successfully; FALSE otherwise.

See Also

Creating and Using Custom Functions

SSEnumCustomFunction, SSEnumCustomFunctionLen, SSGetCustomFunction functions

ActiveX Correspondence

RemoveCustomFunction method

Copyright © GrapeCity, inc. All rights reserved.