GetCustomName Method
Applies To
fpSpread control
Description
Returns the value of a custom name.
Syntax
CString CSpreadSheet::GetCustomName (LPCTSTR Name);
fpSpread.GetCustomName(ByVal Name As String) As String
Parameters
The following parameter is available:
Parameter | Description |
Name | Custom name |
Remarks
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 GetCustomName method to return a custom name that is used in formulas.
The Name string can contain up to 255 characters and can include letters, numbers, or underscores. The first character must be a letter or an underscore.
This method returns information for the entire workbook, including all sheets in the control.
Return Type
String
See Also
QueryCustomName, SetCustomName methods
DLL Correspondence
SSGetCustomName function