[]
Represents the syntax highlight information at the specified position of formula.
public struct SyntaxHighlightEntry
Public Structure SyntaxHighlightEntry
Name | Description |
---|---|
ArgbColor | Gets the ARGB color value of this highlight entry. |
CharIndex | Gets the start character index of this SyntaxHighlightEntry in the formula. |
CharLength | Gets the character length of this SyntaxHighlightEntry in the formula. |
Count | Gets the total number of arguments. |
EncodeType | Gets a value indicating whether the highlight entry is encode with "[]" / "[" or no require encode. |
FieldName | Gets the field name value when the highlight entry is field name expression. |
FirstSource | Gets the first coressponding reference of this entry. |
Function | Gets the corresponding Function object of this highlight entry. |
IsColorized | Gets a boolean value indicates whether the syntax highlight entry should be colorized. |
IsDefinedName | Gets a value indicating whether the highlight entry is a define name. |
IsEvaluatedName | Gets a value indicating whether the highlight entry is an evaluated name. |
IsFieldName | Gets a value indicating whether the highlight entry is field name. |
IsFucntionDelegate | Gets a value indicating whether the highlight entry is a function delegate. |
IsParameter | Gets a value indicating whether the highlight entry is a parameter. |
IsParenthesis | Gets a value indicating whether the highlight entry is a parenthesis. |
IsSpilledCell | Gets a value indicating whether the highlight entry is spill cell. |
IsStructureReference | Gets a value indicating whether the highlight entry is a structure reference . |
IsUncompleted | Gets a value indicating whether the highlight entry is not completed yet. |
this[int] | Gets the SyntaxHighlightEntry value at the specified argument index. |
LastSource | Gets the last coressponding reference of this entry. |
PrefixWhitespace | Gets the total number of whitespace characters before the entry. |
Reference | Gets the coressponding reference of this entry. |
SuffixWhitespace | Gets the total number of whitespace characters after the entry. |