Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetSplitPartPrefix method

LowCodeSaveOptionsProviderOfPlaceHolders::SetSplitPartPrefix(const U16String&) method

Prefix for the index of split part.

void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetSplitPartPrefix(const U16String &value)

Remarks

If there is only one split part and BuildPathWithSplitPartAlways is false, then this prefix and the split part index(0) will not be added to the resultant file path.

See Also

LowCodeSaveOptionsProviderOfPlaceHolders::SetSplitPartPrefix(const char16_t*) method

Prefix for the index of split part.

void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetSplitPartPrefix(const char16_t *value)

Remarks

If there is only one split part and BuildPathWithSplitPartAlways is false, then this prefix and the split part index(0) will not be added to the resultant file path.

See Also