Spread Silverlight Documentation
GetCustomName Method (Workbook)


GrapeCity.Windows.SpreadSheet.Data Namespace > Workbook Class : GetCustomName Method
The name
Gets the custom name based on the name.
Syntax
'Declaration
 
Public Function GetCustomName( _
   ByVal name As System.String _
) As NameInfo
'Usage
 
Dim instance As Workbook
Dim name As System.String
Dim value As NameInfo
 
value = instance.GetCustomName(name)
public NameInfo GetCustomName( 
   System.string name
)

Parameters

name
The name

Return Value

The custom name.
See Also

Reference

Workbook Class
Workbook Members