SharedStringRepository
General
SharedStringRepository és una classe en Aspose.Cells per NET.
SharedStringRepository.Clear neteja totes les cadenes compartides emmagatzemades.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
Values | IReadOnlyList<string> | Read | Gets a read‑only list of all shared strings |
Mètodes
| 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 |