public bool ModifyCustomName( string name, string newName )
'Declaration Public Function ModifyCustomName( _ ByVal name As String, _ ByVal newName As String _ ) As Boolean
'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)
'Usage
Dim instance As DefaultSheetDataModel Dim name As String Dim newName As String Dim value As Boolean value = instance.ModifyCustomName(name, newName)
DefaultSheetDataModel Class DefaultSheetDataModel Members