Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / Parser Class / IsCustomName Method
The input string to check


In This Topic
IsCustomName Method
In This Topic
Determines whether the string represents a custom name.
Syntax
'Declaration
 
Public Function IsCustomName( _
   ByVal s As String, _
   ByVal useR1C1 As Boolean _
) As Boolean
 
'Usage
 
Dim instance As Parser
Dim s As String
Dim useR1C1 As Boolean
Dim value As Boolean
 
value = instance.IsCustomName(s, useR1C1)

Parameters

s
The input string to check
useR1C1
See Also