Aspose::Cells::Pivot::PivotViewToJsonOptions::SetIndent method
PivotViewToJsonOptions::SetIndent(const U16String&) method
Indicates the indent.
void Aspose::Cells::Pivot::PivotViewToJsonOptions::SetIndent(const U16String &value)
Remarks
If the indent is null or empty, the exported json is not formatted.
See Also
- Class Vector
- Class U16String
- Class PivotViewToJsonOptions
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotViewToJsonOptions::SetIndent(const char16_t*) method
Indicates the indent.
void Aspose::Cells::Pivot::PivotViewToJsonOptions::SetIndent(const char16_t *value)
Remarks
If the indent is null or empty, the exported json is not formatted.
See Also
- Class Vector
- Class PivotViewToJsonOptions
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++