ListColumn.SetCustomCalculatedFormula
ListColumn.SetCustomCalculatedFormula method
Sets the formula for this list column.
public void SetCustomCalculatedFormula(string formula, bool isR1C1, bool isLocal)
Parameter | Type | Description |
---|---|---|
formula | String | the formula for this list column. |
isR1C1 | Boolean | Whether the formula needs to be formatted as R1C1. |
isLocal | Boolean | Whether the formula needs to be formatted by locale. |
See Also
- class ListColumn
- namespace Aspose.Cells.Tables
- assembly Aspose.Cells