SharedStringRepository

SharedStringRepository

Overview

SharedStringRepository is a class in Aspose.Cells FOSS for C++.

Represents shared string repository.

Methods

SignatureDescription
Clear()Clears the current state.
TryGetValue(index: int, value: std::string)boolAttempts to get value. The zero-based index. The value. true if the operation succeeds; otherwise, false.
Intern(value: std::string_view)intPerforms intern. The value. The zero-based index of the interned string.

See Also