ComponentOne Binding Expressions for WPF and Silverlight
C1.WPF.Binding Namespace / C1CalcEngine Class / IdentifierChars Property

In This Topic
    IdentifierChars Property (C1CalcEngine)
    In This Topic
    Gets or sets a string that specifies special characters that are valid for identifiers.
    Syntax
    'Declaration
     
    
    Public Property IdentifierChars As System.String
    public System.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