Spread Windows Forms 12.0 Product Documentation
ModifyCustomName Method (DefaultSheetDataModel)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > DefaultSheetDataModel Class : ModifyCustomName Method
The current name.
The new name.
Changes the name of the shared custom name.
Syntax
'Declaration
 
Public Function ModifyCustomName( _
   ByVal name As String, _
   ByVal newName As String _
) As Boolean
'Usage
 
Dim instance As DefaultSheetDataModel
Dim name As String
Dim newName As String
Dim value As Boolean
 
value = instance.ModifyCustomName(name, newName)
public bool ModifyCustomName( 
   string name,
   string newName
)

Parameters

name
The current name.
newName
The new name.

Return Value

true if successful; otherwise, false
See Also

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members