SSGetCustomNameLen Function
Applies To
fpSpread DLL control
Description
Returns the length of the value of the specified custom name.
Syntax
C
int SSGetCustomNameLen(HWND hWnd, LPCTSTR lpszName);
C++
int TSpread::GetCustomNameLen(LPCTSTR lpszName);
Parameters
The following parameters are available:
Parameter | Description |
---|---|
hWnd | Window handle of the fpSpread control |
lpszName | Pointer to the custom name |
Remarks
This function returns the length of the value of the specified custom name.
You can define custom names to represent information in the control. For example, a custom name can represent a cell, a cell range, or a computed value. Use the SSSetCustomName function to define a custom name that can then be used in formulas.
Return Value
Length of the value of the specified custom name.
See Also
SSGetCustomName, SSQueryCustomName, SSQueryCustomNameLen, SSSetCustomName functions