GrapeCity.Xaml.SpreadSheet.UI
GetCustomName Method (GcSpreadSheet)


GrapeCity.Xaml.SpreadSheet.UI Namespace > GcSpreadSheet Class : GetCustomName Method
The custom name.
Gets custom name information from the workbook.
Syntax
'Declaration
 
Public Function GetCustomName( _
   ByVal name As String _
) As NameInfo
'Usage
 
Dim instance As GcSpreadSheet
Dim name As String
Dim value As NameInfo
 
value = instance.GetCustomName(name)
public NameInfo GetCustomName( 
   string name
)

Parameters

name
The custom name.

Return Value

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members