[]
返回此公式的文本。
public override string ToString()
| Type | Description |
|---|---|
| string | 包含公式的string 。 |
返回此公式的文本,可选择性地指定格式化行为。
public string ToString(UnParseContext context)
| Type | Name | Description |
|---|---|---|
| UnParseContext | context | 一个UnParseContext ,用于指定行、列和R1C1引用样式。 |
| Type | Description |
|---|---|
| string | 包含公式的string 。 |