Aspose::Cells::Tables::ListColumn::SetCustomTotalsRowFormula method
Contents
[
Hide
]ListColumn::SetCustomTotalsRowFormula(const U16String&, bool, bool) method
Gets the formula of totals row of this list column.
void Aspose::Cells::Tables::ListColumn::SetCustomTotalsRowFormula(const U16String &formula, bool isR1C1, bool isLocal)
Parameter | Type | Description |
---|---|---|
formula | const U16String& | the formula for this list column. |
isR1C1 | bool | Whether the formula needs to be formatted as R1C1. |
isLocal | bool | Whether the formula needs to be formatted by locale. |
See Also
- Class Vector
- Class U16String
- Class ListColumn
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++
ListColumn::SetCustomTotalsRowFormula(const char16_t*, bool, bool) method
Gets the formula of totals row of this list column.
void Aspose::Cells::Tables::ListColumn::SetCustomTotalsRowFormula(const char16_t *formula, bool isR1C1, bool isLocal)
Parameter | Type | Description |
---|---|---|
formula | const char16_t* | the formula for this list column. |
isR1C1 | bool | Whether the formula needs to be formatted as R1C1. |
isLocal | bool | Whether the formula needs to be formatted by locale. |
See Also
- Class Vector
- Class ListColumn
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++