CalcEngine for .NET
C1.CalcEngine.ExpressionEngine Namespace / IExpressionSyntax Interface / IdentifierChars Property

In This Topic
    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
    string IdentifierChars {get; set;}
    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