SetArrayFormula
内容
[
隐藏
]SetArrayFormula(string, int, int, FormulaParseOptions)
将数组公式设置为单元格区域。
public void SetArrayFormula(string arrayFormula, int rowNumber, int columnNumber,
FormulaParseOptions options)
| 范围 | 类型 | 描述 |
|---|---|---|
| arrayFormula | String | 数组公式。 |
| rowNumber | Int32 | 填充数组公式结果的行数。 |
| columnNumber | Int32 | 要填充数组公式结果的列数。 |
| options | FormulaParseOptions | 用于解析公式的选项。 |
也可以看看
- class FormulaParseOptions
- class Cell
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
SetArrayFormula(string, int, int, FormulaParseOptions, object[][])
将数组公式设置为单元格区域。
public void SetArrayFormula(string arrayFormula, int rowNumber, int columnNumber,
FormulaParseOptions options, object[][] values)
| 范围 | 类型 | 描述 |
|---|---|---|
| arrayFormula | String | 数组公式。 |
| rowNumber | Int32 | 填充数组公式结果的行数。 |
| columnNumber | Int32 | 要填充数组公式结果的列数。 |
| options | FormulaParseOptions | 用于解析公式的选项。 |
| values | Object[][] | 具有给定数组公式的那些单元格的值 |
也可以看看
- class FormulaParseOptions
- class Cell
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
SetArrayFormula(string, int, int)
将数组公式(在 ms excel 中通过 CTRL+SHIFT+ENTER 输入的旧数组公式)设置为一系列单元格。
public void SetArrayFormula(string arrayFormula, int rowNumber, int columnNumber)
| 范围 | 类型 | 描述 |
|---|---|---|
| arrayFormula | String | 数组公式。 |
| rowNumber | Int32 | 填充数组公式结果的行数。 |
| columnNumber | Int32 | 要填充数组公式结果的列数。 |
也可以看看
- class Cell
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells