SharedStringRepository
Overview
SharedStringRepository is a class in Aspose.Cells FOSS for C++.
Represents shared string repository.
Methods
| Signature | Description |
|---|---|
Clear() | Clears the current state. |
TryGetValue(index: int, value: std::string) → bool | Attempts to get value. The zero-based index. The value. true if the operation succeeds; otherwise, false. |
Intern(value: std::string_view) → int | Performs intern. The value. The zero-based index of the interned string. |