| Ffe | A quick and dirty Ffe -- fast formula evaluator. |
| MCParser Constructor | Empty... |
| ErrorMessage | The error message as a string. |
| ParserError | Has an error occured? |
| PreSetFormula |
Sets a formula: y=f(x). Used together with CalculatePreSetFormula. |
| R1C1ReferenceStyle |
true => R1C1 false => A1 The A1 reference style Cell names in formulas are typed in with the column followed by the row. By default, MCParser uses the A1 reference style, which refers to columns with letters (A through gais todo, for a total of 256 columns) and refers to rows with numbers (1 through 65536). These letters and numbers are called row and column headings. To refer to a cell, enter the column letter followed by the row number. For example, B2 refers to the cell at the intersection of column B and row 2. The R1C1 reference style You can also use a reference style where both the rows and the columns on the worksheet are numbered. The R1C1 reference style is useful for computing row and column positions in macros. In the R1C1 style, MCParser indicates the location of a cell with an "R" followed by a row number and a "C" followed by a column number. |
| CalculateFormula | Calculates a formula. |
| CalculateMLab | GAIS... To be used by MLAB... |
| CalculatePreSetFormula | Calculates the formula previosly set by PreSetFormula. |
| CalculateSheetCell | Overloaded. Calculates a sheet cell. |
| Equals (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| GetCellFormula | Returns the formula in a cell. |
| GetHashCode (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| GetType (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| ToString (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| Finalize (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| MemberwiseClone (inherited from Object) | Select the method name to go to the Microsoft documentation. |