Spread Silverlight Documentation
GetCustomName Method (GcSpreadSheet)


GrapeCity.Windows.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 System.String _
) As NameInfo
'Usage
 
Dim instance As GcSpreadSheet
Dim name As System.String
Dim value As NameInfo
 
value = instance.GetCustomName(name)
public NameInfo GetCustomName( 
   System.string name
)

Parameters

name
The custom name.

Return Value

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members