Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetSheetPrefix method

LowCodeSaveOptionsProviderOfAssembling::SetSheetPrefix(const U16String&) method

Prefix for the index of worksheet.

void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetSheetPrefix(const U16String &value)

Remarks

If there is only one worksheet and BuildPathWithSheetAlways is false, then this prefix and the sheet index(or name) will not be added to the resultant file path.

See Also

LowCodeSaveOptionsProviderOfAssembling::SetSheetPrefix(const char16_t*) method

Prefix for the index of worksheet.

void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetSheetPrefix(const char16_t *value)

Remarks

If there is only one worksheet and BuildPathWithSheetAlways is false, then this prefix and the sheet index(or name) will not be added to the resultant file path.

See Also