ComponentOne Binding Expressions for WPF and Silverlight
IdentifierChars Property (C1CalcEngine)

C1.WPF.Binding Namespace > C1CalcEngine Class : IdentifierChars Property
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

Reference

C1CalcEngine Class
C1CalcEngine Members