SharedStringRepository
Overview
SharedStringRepository is a class in Aspose.Cells for NET.
SharedStringRepository.Clear clears all stored shared strings.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Values | IReadOnlyList<string> | Read | Gets a read‑only list of all shared strings |
Methods
| Signature | Description |
|---|---|
Clear() | Removes all stored shared strings, resetting the repository |
TryGetValue(index: int, value: string) | Returns true and outputs the string at the specified index, otherwise false |
Intern(value: string) | Adds the given string to the repository if absent and returns its index |