SharedStringRepository

SharedStringRepository

Overview

SharedStringRepository is a class in Aspose.Cells for NET.

SharedStringRepository.Clear clears all stored shared strings.

Properties

NameTypeAccessDescription
ValuesIReadOnlyList<string>ReadGets a read‑only list of all shared strings

Methods

SignatureDescription
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