C1.CalcEngine.ExpressionEngine Namespace / IExpressionSyntax Interface / IdentifierChars Property
IdentifierChars Property
In This Topic
Gets or sets a string that specifies special characters that are valid for identifiers.
Syntax
'Declaration
 
Property IdentifierChars As String
 
Remarks
Identifiers must start with a letter or an underscore, which may be followed by additional letters, underscores, or digits. This string allows you to specify additional valid characters such as ':' or '!' (used in Excel range references for example).
See Also