ddUnregHiddenCellsFunc
ddUnregHiddenCellsFunc(
s_hiddenCellsFunc
)
=> t / nil
Description
Unregisters a hidden cells function that was registered using ddRegHiddenCellsFunc.
Arguments
Value Returned
|
The function was not unregistered. The specified function might not exist or was not registered using |
Example
Unregister the myHiddenCellsFunc function as follows:
ddUnregHiddenCellsFunc('myHiddenCellsFunc)
Related Topics
ddRegHiddenCellsFunc
Return to top