Aspose::Cells::JsonSaveOptions::SetIndent method

JsonSaveOptions::SetIndent(const U16String&) method

Indicates the indent.

void Aspose::Cells::JsonSaveOptions::SetIndent(const U16String &value)

Remarks

If the indent is null or empty, the exported json is not formatted.

See Also

JsonSaveOptions::SetIndent(const char16_t*) method

Indicates the indent.

void Aspose::Cells::JsonSaveOptions::SetIndent(const char16_t *value)

Remarks

If the indent is null or empty, the exported json is not formatted.

See Also