[]
从包含公式的字符串加载SyntaxNode ,可选地指定上下文。
public static SyntaxNode Parse(string text)
| Type | Name | Description |
|---|---|---|
| string | text | 包含公式的string 。 |
| Type | Description |
|---|---|
| SyntaxNode | 从包含公式的字符串填充的SyntaxNode 。 |
从包含公式的字符串加载一个SyntaxNode ,可选择性地指定上下文。
public static SyntaxNode Parse(string text, ParseContext context)
| Type | Name | Description |
|---|---|---|
| string | text | 包含公式的string 。 |
| ParseContext | context | 一个ParseContext ,指定 基础行、基础列和R1C1引用样式。 |
| Type | Description |
|---|---|
| SyntaxNode | 从包含公式的字符串填充的SyntaxNode 。 |