Name | Description | |
---|---|---|
Parser Constructor | Default constructor. |
The following tables list the members exposed by Parser.
Name | Description | |
---|---|---|
Parser Constructor | Default constructor. |
Name | Description | |
---|---|---|
Default | Gets the default instance of the Parser class. This field is read-only. | |
Excel12 | Gets the default instance for Excel12. This field is read-only. | |
ignoreLocalSupport | ||
LocalSupport |
Name | Description | |
---|---|---|
baseTable | ||
ColumnHeaderRowCount | Gets or sets the column header row count. | |
ContainCustomRowOrColumnHeaders | Gets or sets a value that indicates whether custom row or column headers are contained. | |
IsExcel12 | Gets or sets a value that indicates whether this instance is excel12. | |
RowHeaderColumnCount | Gets or sets the row header column count. | |
Source | Gets or sets the source. |
Name | Description | |
---|---|---|
AdjustExpressionByCustomName | ||
CheckName | Checks for the name. | |
CorrectFormulaExpresstion | Corrects the formula expression for end parenthesis. | |
HasCommonName | Checks if the specified custom name is one of the common scope custom names of the specified data model. | |
HasName | ||
HasScopeName | Checks if the specified custom name is one of the model scope custom names of the specified data model. | |
IsCustomName | Determines whether the string represents a custom name. | |
IsName | Determines whether the string represents a name. | |
Parse | Overloaded. Converts the string to an Expression object. | |
ParseChartDataSource | Converts the string to an Expression object. | |
ParseExpression | Parses the expression. Only parses the expression. | |
Unparse | Converts an Expression object to a string. |