Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetSheetPrefix method
Contents
[
Hide
]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
- Class Vector
- Class U16String
- Class LowCodeSaveOptionsProviderOfAssembling
- Namespace Aspose::Cells::LowCode
- Library Aspose.Cells for C++
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
- Class Vector
- Class LowCodeSaveOptionsProviderOfAssembling
- Namespace Aspose::Cells::LowCode
- Library Aspose.Cells for C++