[]
        
(Showing Draft Content)

C1.WPF.Binding.C1CalcEngine.IdentifierChars

IdentifierChars Property

IdentifierChars

Gets or sets a string that specifies special characters that are valid for identifiers.

Declaration
public 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).